-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.47 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
54
55
56
57
58
59
60
{
"name": "inc-web",
"version": "0.1.0",
"description": "Increment Fitness Web Client",
"repository": {
"type": "git",
"url": "git+https://github.com/Jacobinski/inc-web.git"
},
"scripts": {
"start": "nodemon lib/server/server.js",
"webpack": "./node_modules/.bin/webpack -w --display-error-details",
"build": "babel src -d lib"
},
"dependencies": {
"chart.js": "^2.7.2",
"express": "^4.16.3",
"install": "^0.10.4",
"materialize-css": "^1.0.0-alpha.4",
"nodemon": "^1.17.2",
"npm": "^5.7.1",
"react": "^16.2.0",
"react-calendar": "^2.13.1",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"serve-favicon": "^2.5.0",
"socket.io-client": "^2.1.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^6.1.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.0.0",
"chai": "^4.1.2",
"css-loader": "^0.28.9",
"enzyme": "^3.3.0",
"file-loader": "^1.1.11",
"mocha": "^5.0.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"webpack": "^2.7.0"
},
"peerDependencies": {
"react": "^16.0.0"
},
"babel": {
"presets": [
"env",
"react"
]
},
"bugs": {
"url": "https://github.com/Jacobinski/inc-web/issues"
},
"homepage": "https://github.com/Jacobinski/inc-web#readme",
"author": "Rahat Dhande"
}