-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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": "reactgallery",
"version": "0.0.1",
"description": "",
"repository": "",
"private": true,
"src": "src",
"scripts": {
"dev": "grunt serve"
},
"mainInput": "ReactGalleryApp",
"mainOutput": "main",
"dependencies": {
"react": "0.13.x",
"normalize.css": "~3.0.3"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^5.0.0",
"babel-loader": "^5.0.0",
"css-loader": "~0.9.0",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.4.0",
"file-loader": "^3.0.1",
"grunt": "~0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-karma": "~0.8.3",
"grunt-open": "~0.2.3",
"grunt-webpack": "~1.0.8",
"jasmine-core": "^2.3.4",
"json-loader": "^0.5.4",
"load-grunt-tasks": "~0.6.0",
"node-sass": "^5.0.0",
"react-hot-loader": "^1.0.7",
"sass-loader": "^1.0.1",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"webpack": "~1.10.0",
"webpack-dev-server": "~1.10.0"
}
}