-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "dangercrew-alpha",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"analyze": "webpack --config webpack.production.config.js --json > analysis/webpack.json",
"start": "node server.js",
"test": "mocha",
"local": "python -m SimpleHTTPServer 3000",
"build": "webpack --config webpack.production.config.js",
"browser": "browser-sync start --proxy 'localhost:3000' --files 'dist/*.js' --no-ghost-mode",
"unit_tests": "mocha test/* -w",
"check": "node build-check"
},
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.0.3",
"autoprefixer-core": "^5.2.1",
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"css-loader": "^0.17.0",
"fastclick": "^1.0.6",
"file-loader": "^0.8.4",
"howler": "^1.1.29",
"jquery": "^2.1.4",
"json-loader": "^0.5.2",
"node-sass": "^3.4.2",
"postcss-loader": "^0.6.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"react-hot-loader": "^1.3.0",
"react-pie": "0.0.3",
"react-redux": "^4.0.0",
"react-simple-pie-chart": "^0.3.1",
"redux": "^3.0.4",
"sass": "^0.5.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"yeticss": "^7.0.5"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"chai": "^3.4.1",
"gulp": "^3.9.1",
"gulp-sass": "^2.2.0",
"howler": "^1.1.29",
"mocha": "^2.4.5",
"mockery": "^1.4.0",
"sinon": "^1.17.2",
"webpack-dev-server": "^1.14.1"
}
}