-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.64 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.64 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
{
"name": "react-starter",
"version": "0.0.2",
"description": "Boilerplate for developing sites using React",
"repository": {
"type": "git",
"url": "git://github.com/crisberrios/react-starter.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "~2.11.2",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.5",
"chai": "^3.2.0",
"chalk": "^1.1.3",
"eslint": "^2.6.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.2.1",
"gulp-clean-css": "^2.0.4",
"gulp-duration": "0.0.0",
"gulp-filesize": "0.0.6",
"gulp-iconfont": "^6.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jade": "*",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"karma": "^0.13.22",
"karma-browserify": "^5.0.3",
"karma-chrome-launcher": "^0.2.3",
"karma-coffee-preprocessor": "^0.3.0",
"karma-mocha": "^0.2.2",
"karma-nyan-reporter": "0.2.4",
"karma-sinon-chai": "^1.2.0",
"lodash": "^4.0",
"lolex": "^1.4.0",
"merge-stream": "^1.0.0",
"mocha": "*",
"pretty-hrtime": "~1.0.0",
"reactify": "^1.1.0",
"require-dir": "^0.3.0",
"sinon": "1.17.2",
"sinon-chai": "^2.8.0",
"utils-merge": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.2"
},
"dependencies": {
"react": "^0.14",
"react-dom": "^0.14"
}
}