-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "react-ss",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest"
},
"jest": {
"unmockedModulePathPatterns": [
"./node_modules"
],
"testPathIgnorePatterns": [
"./node_modules"
],
"testPathDirs": [
"./__tests__"
],
"scriptPreprocessor": "./preprocessor.js"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"gulp-util": "^3.0.1",
"hammerjs": "^2.0.4",
"jade": "~1.6.0",
"morgan": "~1.3.0",
"node-jsx": "^0.11.0",
"react": "^0.11.2",
"react-addons": "^0.9.0",
"react-bootstrap": "^0.12.0",
"react-router": "^0.9.4",
"serve-favicon": "~2.1.3",
"yargs": "^1.3.3"
},
"devDependencies": {
"autoprefixer": "^3.1.0",
"browser-sync": "stratospark/browser-sync",
"browserify": "^6.0.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-browserify": "^0.5.0",
"gulp-jest": "^0.2.1",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.0",
"gulp-sourcemaps": "^1.2.4",
"jest-cli": "^0.1.18",
"react-tools": "^0.11.2",
"reactify": "^0.14.0"
}
}