forked from rafaelchiti/react_scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "react_scaffolding",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelchiti/react_scaffolding.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rafaelchiti/react_scaffolding/issues"
},
"homepage": "https://github.com/rafaelchiti/react_scaffolding#readme",
"dependencies": {
"history": "1.12.3",
"lodash": "3.10.1",
"platform": "^1.3.0",
"react": "0.14.0",
"react-dom": "0.14.0",
"react-redux": "2.1.2",
"react-router": "1.0.0-rc1",
"redux": "3.0.0",
"redux-logger": "1.0.8",
"seamless-immutable": "3.0.0",
"superagent": "1.3.0"
},
"devDependencies": {
"babel": "5.8.21",
"babel-core": "5.8.22",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.20",
"css-loader": "0.15.6",
"eslint": "1.2.0",
"extract-text-webpack-plugin": "0.8.2",
"file-loader": "0.8.4",
"html-webpack-plugin": "1.6.0",
"json-loader": "0.5.2",
"null-loader": "0.1.1",
"react-hot-loader": "1.2.8",
"script-loader": "0.6.1",
"style-loader": "0.12.3",
"stylus-loader": "1.2.1",
"url-loader": "0.5.6",
"webpack": "1.11.0",
"webpack-dev-server": "1.10.1",
"webpack-notifier": "1.2.1"
}
}