-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.43 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "law-in-social-movement",
"version": "0.0.3",
"description": "",
"author": "billy3321, rschiang",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JRF-tw/law_in_social_movement"
},
"homepage": "http://protest.jrf.org.tw",
"keywords": [
"react",
"isomorphic",
"universal",
"webpack",
"express",
"hot reloading",
"react-hot-reloader",
"redux",
"starter",
"boilerplate",
"babel",
"social movement",
"law"
],
"main": "bin/server.js",
"scripts": {
"start": "node ./node_modules/better-npm-run start",
"build": "webpack --verbose --colors --display-error-details --config webpack/prod.config.js",
"lint": "eslint -c .eslintrc src",
"start-dev": "node ./node_modules/better-npm-run start-dev",
"watch-client": "node ./node_modules/better-npm-run watch-client",
"dev": "concurrent --kill-others \"npm run watch-client\" \"npm run start-dev\"",
"test": "karma start"
},
"betterScripts": {
"start": {
"command": "node ./bin/server.js",
"env": {
"NODE_PATH": "./src",
"NODE_ENV": "production",
"PORT": 8080
}
},
"start-dev": {
"command": "node ./bin/server.js",
"env": {
"NODE_PATH": "./src",
"NODE_ENV": "development"
}
},
"watch-client": {
"command": "node webpack/webpack-dev-server.js",
"env": {
"UV_THREADPOOL_SIZE": 100,
"NODE_PATH": "./src"
}
}
},
"dependencies": {
"autoprefixer": "^6.0.2",
"babel": "5.8.23",
"babel-plugin-typecheck": "1.2.0",
"body-parser": "^1.13.2",
"classnames": "^2.1.3",
"compression": "^1.5.0",
"express": "^4.13.0",
"express-session": "^1.11.3",
"http-proxy": "^1.11.1",
"lru-memoize": "1.0.0",
"map-props": "^1.0.0",
"piping": "0.2.0",
"pretty-error": "^1.1.2",
"query-string": "^2.4.0",
"react": "0.13.3",
"react-document-meta": "^1.0.0",
"react-inline-css": "1.2.1",
"react-redux": "^2.0.0",
"react-router": "v1.0.0-beta2",
"redux": "^2.0.0",
"redux-form": "^1.5.0",
"serialize-javascript": "^1.0.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"superagent": "^1.2.0",
"url-loader": "^0.5.6",
"webpack-isomorphic-tools": "^0.8.5"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.22",
"babel-eslint": "^4.0.10",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.20",
"better-npm-run": "0.0.2",
"chai": "^3.2.0",
"clean-webpack-plugin": "^0.1.3",
"concurrently": "0.1.1",
"css-loader": "^0.17.0",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.3",
"extract-text-webpack-plugin": "^0.8.1",
"json-loader": "0.5.2",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"node-sass": "^3.2.0",
"react-a11y": "0.2.6",
"react-hot-loader": "1.3.0",
"redux-devtools": "^2.0.0",
"sass-loader": "^2.0.0",
"strip-loader": "^0.1.0",
"style-loader": "^0.12.3",
"webpack": "^1.9.11",
"webpack-dev-server": "1.10.1"
},
"engines": {
"node": ">=0.10.32"
}
}