-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
60 lines (60 loc) · 1.62 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
57
58
59
60
{
"name": "example",
"version": "0.1.0",
"description": "Rexxar Web Example",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-runtime": "^6.3.19",
"es6-promise": "^3.0.2",
"isomorphic-fetch": "^2.2.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"url-parse": "^1.0.5"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"del": "^2.1.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.12.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-env": "^0.4.0",
"http-proxy-middleware": "^0.9.0",
"jade": "^1.11.0",
"jsdom": "^8.1.0",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.1.0",
"rev-hash": "^1.0.0",
"serve-index": "^1.7.2",
"sinon": "^1.17.3",
"style-loader": "^0.13.0",
"through2": "^2.0.0",
"url-loader": "^0.5.6",
"vinyl": "^1.2.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"webpack-stream": "^3.1.0"
},
"author": "",
"license": "ISC"
}