forked from simplonco/react-bus-factor
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 944 Bytes
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
{
"name": "react-baby-steps",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install -y\nwebpack --watch --display-error-details",
"watch": "./node_modules/.bin/webpack --watch --display-error-details",
"cdn": "http-server --cors -c-1 ./client"
},
"license": "ISC",
"dependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"file-loader": "^0.9.0",
"hammerjs": "^2.0.8",
"img-loader": "^1.3.1",
"jquery": "^3.1.1",
"materialize-css": "^0.97.8",
"node-sass": "^4.1.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"velocity-animate": "^1.4.0",
"webpack": "^1.14.0"
},
"devDependencies": {
"http-server": "^0.9.0"
}
}