forked from redfin/react-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.75 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
{
"private": true,
"scripts": {
"bootstrap": "npm i && npm run bootstrap-no-i",
"//": "TODO: Drop `kill-singletons`... eventually",
"bootstrap-no-i": "npm run kill-singletons && asini bootstrap",
"kill-singletons": "asini exec -- rm -rf node_modules/react",
"test": "asini run test",
"clean": "rimraf asini-debug.log && asini run clean",
"nuke": "asini clean && rm -r node_modules",
"changelog": "asini-changelog",
"debug": "cat asini-debug.log && for d in packages/*/npm-debug.log*; do echo $d; cat $d; done"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-plugin-react-require": "^2.1.0",
"babel-plugin-transform-runtime": "~6.15.0",
"babel-preset-es2015": "~6.16.0",
"babel-runtime": "^6.11.6",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.7.2",
"cheerio": "0.22.0",
"eslint": "3.7.1",
"eslint-plugin-react": "6.2.2",
"express": "4.11.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-changed": "1.3.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "2.0.0",
"gulp-if": "1.2.5",
"gulp-istanbul": "1.1.1",
"gulp-jasmine": "2.4.2",
"gulp-jshint": "1.9.0",
"gulp-nsp": "^2.4.2",
"gulp-rename": "1.2.0",
"gulp-replace": "0.5.2",
"gulp-sourcemaps": "1.3.0",
"gulp-substituter": "0.3.0",
"handlebars": "1.3.0",
"handlebars-loader": "1.4.0",
"jasmine": "2.5.1",
"jsdom": "9.6.0",
"jsx-loader": "0.12.2",
"asini": "0.0.1",
"asini-changelog": "0.0.1",
"minimist": "1.1.0",
"mkdirp": "^0.5.1",
"path-to-regexp": "1.6.0",
"rimraf": "^2.5.3",
"superagent": "2.3.0",
"webpack": "1.13.2",
"zombie": "4.1.0"
},
"engine": {
"node": ">4.2.1"
}
}