-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 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
{
"name": "react-seed",
"version": "1.0.0",
"author": "Tenet Partners",
"license": "MIT",
"babel": {
"presets": [
"es2015"
]
},
"devDependencies": {
"autobind-decorator": "^1.3.2",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babelify": "^7.2.0",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"connect-history-api-fallback": "^1.1.0",
"eslint-plugin-react": "^3.11.1",
"expect": "^1.13.0",
"expect-jsx": "^2.1.2",
"firebase": "^2.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^1.1.1",
"gulp-istanbul": "^0.10.2",
"gulp-mocha": "^2.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"history": "^1.12.5",
"install": "^0.3.0",
"isparta": "^4.0.0",
"jsdom": "^7.0.2",
"localStorage": "^1.0.3",
"mocha": "^2.3.4",
"re-base": "^1.2.1",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-addons-test-utils": "^0.14.3",
"react-addons-update": "^0.14.3",
"react-catalyst": "^0.3.0",
"react-dom": "^0.14.0",
"react-mixin": "^3.0.0",
"react-router": "^1.0.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}