-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.46 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "react-starterify",
"version": "2.0.0",
"description": "React JS application skeleton using Browserify and other awesome tools",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/Granze/react-starterify"
},
"keywords": [
"gulp",
"react",
"browserify",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"ES2015",
"babel",
"mocha",
"chai"
],
"scripts": {
"test": "mocha --reporter nyan --compilers js:babel/register --recursive"
},
"author": "Maurizio Mangione",
"license": "MIT",
"bugs": {
"url": "https://github.com/Granze/react-starterify/issues"
},
"homepage": "https://github.com/Granze/react-starterify",
"dependencies": {
"eslint": "^1.9.0",
"eslint-config-standard": "^4.4.0",
"eslint-config-standard-react": "^1.2.1",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"gulp-less": "^3.0.5",
"gulp-nodemon": "^2.0.4",
"history": "^1.17.0",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.0",
"react-router": "^1.0.0",
"react-widgets": "^3.1.0",
"request": "^2.72.0"
},
"devDependencies": {
"autoprefixer": "^6.0.0",
"babel": "^5.8.21",
"babel-core": "^5.8.35",
"babel-eslint": "^4.1.0",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.5.0",
"babelify": "^6.3.0",
"backbone": "^1.2.3",
"bootstrap": "^3.3.5",
"browser-sync": "^2.9.1",
"browserify": "^11.1.0",
"chai": "^3.2.0",
"cssnano": "^3.0.0",
"eslint-plugin-react": "^3.3.2",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-html-replace": "^1.5.1",
"gulp-image": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"jasmine-core": "^2.4.1",
"karma": "^1.1.0",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"lodash": "^3.10.1",
"mocha": "^2.3.0",
"postcss-nested": "^1.0.0",
"postcss-simple-extend": "^1.0.0",
"postcss-simple-vars": "^1.0.0",
"react": "^0.14.8",
"react-addons-test-utils": "^0.14.8",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}