-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.88 KB
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
61
62
63
64
65
66
{
"name": "demo-app",
"version": "1.0.0",
"description": "React + Flux + Webpack + ES6",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-server": "webpack-dev-server --hot --progress --colors",
"web-server": "http-server -p 3000 .",
"start": "npm run webpack-server & npm run web-server"
},
"keywords": [
"sample"
],
"author": "Amit Sharma",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.22",
"babel-loader": "^5.3.2",
"babel-preset-es2015": "^ 6.1.18",
"babel-preset-react": "^6.1.18",
"bootstrap": "3.3.5",
"css-loader": "^0.16.0",
"file-loader": "^0.8.4",
"flux": "2.1.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-es6-module-transpiler": "^0.6.0",
"grunt-nodemon": "^0.4.0",
"grunt-webpack": "^1.0.11",
"http-server": "^0.8.0",
"img-loader": "^1.2.0",
"jquery": "2.1.4",
"load-grunt-tasks": "^3.3.0",
"node-sass": "^3.2.0",
"nodemon": "^1.2.1",
"postcss-loader": "^0.5.1",
"react-hot-loader": "^1.2.8",
"sass-loader": "^2.0.1",
"source-map-loader": "^0.1.5",
"style-loader": "^0.12.3",
"svgo": "^0.5.6",
"svgo-loader": "^1.1.0",
"time-grunt": "^1.2.2",
"url-loader": "^0.5.6",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"bootstrap": "^3.3.5",
"bootstrap-sass": "^3.3.5",
"bootstrap-sass-loader": "^1.0.9",
"bootstrap-webpack": "0.0.5",
"extract-text-webpack-plugin": "^0.9.1",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-sass": "^0.9.2",
"react": "^0.13.3",
"resolve-url-loader": "^1.4.2",
"source-map": "^0.5.3"
}
}