-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "cv-mobile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "npm run watch & webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/20H-Talent/CV-Mobile.git"
},
"keywords": [
"cv",
"react",
"js",
"bootcamp",
"20htalent"
],
"author": "manuhdez",
"license": "ISC",
"bugs": {
"url": "https://github.com/20H-Talent/CV-Mobile/issues"
},
"homepage": "https://github.com/20H-Talent/CV-Mobile#readme",
"dependencies": {
"chart.js": "^2.7.3",
"react": "^16.6.3",
"react-bootstrap": "^0.32.4",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"styled-components": "^4.1.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}