-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.3 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
{
"name": "gym",
"version": "1.0.0",
"description": "GTM APP",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:watch": "webpack --watch",
"dev": "webpack-dev-server",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FACG4/gym.git"
},
"keywords": [
"GYM"
],
"author": "GYM",
"license": "ISC",
"bugs": {
"url": "https://github.com/FACG4/gym/issues"
},
"homepage": "https://github.com/FACG4/gym#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chart.js": "^2.7.2",
"css-loader": "^0.28.7",
"express": "^4.16.3",
"file-loader": "^1.1.5",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.2",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.5.1"
},
"devDependencies": {
"eslint": "^4.12.0",
"eslint-plugin-react": "^7.5.1",
"webpack-cli": "^3.0.8"
}
}