forked from cybernetisk/cybno-v1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "cybno",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0",
"build": "NODE_ENV=production node_modules/.bin/webpack",
"dev": "node_modules/.bin/webpack-dev-server --progress --colors --port 3000 --host 0.0.0.0 --content-base public/ --inline --hot"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"domready": "^1.0.8",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"foundation-sites": "^6.2.0",
"imports-loader": "^0.6.5",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-slick": "^0.11.1",
"sass-loader": "^3.2.0",
"slick-carousel": "^1.5.9",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"whatwg-fetch": "^0.11.0"
}
}