forked from stratospark/react-ss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (45 loc) · 978 Bytes
/
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
{
"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",
"jade": "~1.6.0",
"morgan": "~1.3.0",
"node-jsx": "^0.11.0",
"react": "^0.11.2",
"react-addons": "^0.9.0",
"serve-favicon": "~2.1.3"
},
"devDependencies": {
"browser-sync": "^1.5.5",
"browserify": "^6.0.3",
"gulp": "^3.8.8",
"gulp-browserify": "^0.5.0",
"gulp-jest": "^0.2.1",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"jest-cli": "^0.1.18",
"react-tools": "^0.11.2",
"reactify": "^0.14.0"
}
}