-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "comparethemarkettest",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"bulma": "0.0.14",
"path": "^0.12.7",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"webpack": "^1.12.8",
"webpack-dev-server": "^1.12.1"
},
"devDependencies": {
"babel-loader": "^6.2.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.5.0",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.3",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-svgmin": "^1.2.1",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0"
},
"scripts": {
"start": "webpack --config ./webpack.config.js",
"watchCss": "gulp",
"pyServer" : "python -m SimpleHTTPServer 8000"
},
"author": "Greg Benner",
"license": "ISC"
}