-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 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
{
"name": "react-app-quickstart",
"version": "1.0.0",
"description": "Quickstart React App project boilerplate",
"main": "index.js",
"author": "samuel.j.roberton",
"license": "MIT",
"scripts": {
"test": "babel-tape-runner -r babel-register ./app/**/*.test.js | tap-spec"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"bunyan": "^1.8.3",
"bunyan-rotating-file-stream": "^1.6.1",
"express": "^4.14.0",
"history": "^4.3.0",
"immutable": "^3.8.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"styled-components": "^1.0.10"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.17.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-module-resolver": "^2.2.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"babel-tape-runner": "^2.0.1",
"blue-tape": "^1.0.0",
"enzyme": "^2.5.1",
"esdoc": "^0.4.8",
"eslint": "^3.8.1",
"eslint-import-resolver-babel-module": "^2.0.1",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-shell": "^0.5.2",
"gulp-tape": "^0.0.9",
"jsdom": "^9.8.3",
"nodemon": "^1.11.0",
"react-addons-test-utils": "^15.3.2",
"react-hot-loader": "1.3.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sinon": "^1.17.6",
"tap-colorize": "^1.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.2",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "2.1.0-beta.9",
"webpack-hot-middleware": "^2.13.0"
}
}