-
Notifications
You must be signed in to change notification settings - Fork 119
/
package.json
183 lines (183 loc) · 5.65 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "hacknical",
"version": "1.7.6",
"description": "hacker & technical",
"main": "dist/bin/app.js",
"scripts": {
"build-app": "babel app -d dist --copy-files",
"build-static": "npm run build-dll-pro && npm run build-src",
"build-src": "bnr pro:build:src",
"build-dll": "bnr local:build:dll",
"build-dll-pro": "bnr pro:build:dll",
"start-dev": "npm run build-dll && npm run start-app",
"start-app": "bnr local:app:start & bnr local:build:src",
"start": "bnr pro:app:start",
"stop": "bnr pro:app:stop",
"precommit": "npm run lint",
"lint": "./node_modules/.bin/eslint frontend/* && ./node_modules/.bin/eslint app/*",
"deploy": "git checkout master && git pull origin master && npm i && npm i --only=dev && bash ./scripts/deploy.sh"
},
"betterScripts": {
"pro:build:src": {
"command": "./node_modules/webpack/bin/webpack.js --progress --colors --config frontend/webpack/webpack.production.js -p",
"env": {
"NODE_ENV": "production"
}
},
"local:build:src": {
"command": "./node_modules/webpack/bin/webpack.js --progress --colors --config frontend/webpack/webpack.dev.js --watch",
"env": {
"NODE_ENV": "localdev"
}
},
"pro:build:dll": {
"command": "./node_modules/webpack/bin/webpack.js --config frontend/webpack/webpack.dll.js --progress --colors -p",
"env": {
"NODE_ENV": "production"
}
},
"local:build:dll": {
"command": "./node_modules/webpack/bin/webpack.js --config frontend/webpack/webpack.dll.js --progress --colors",
"env": {
"NODE_ENV": "localdev"
}
},
"pro:app:start": {
"command": "forever start --killSignal=SIGTERM -a -l /var/log/ecmadao/hacknical/forever_log -e /var/log/ecmadao/hacknical/error_log dist/bin/app.js",
"env": {
"NODE_ENV": "production"
}
},
"pro:app:stop": {
"command": "forever stop dist/bin/app.js",
"env": {
"NODE_ENV": "production"
}
},
"local:app:start": {
"command": "./node_modules/.bin/nodemon app/index.js",
"env": {
"DEBUG": "hacknical-local*",
"NODE_ENV": "localdev"
}
}
},
"author": "ecmadao",
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-react-displayname": "0.0.4",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.11.6",
"better-npm-run": "0.0.13",
"brotli-webpack-plugin": "^0.5.0",
"cal-heatmap": "^3.6.2",
"chart.js": "2.4.0",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.10",
"clipboard": "^1.7.1",
"compression-webpack-plugin": "^1.1.6",
"css-loader": "^0.28.9",
"css-mqpacker": "^6.0.2",
"deepcopy": "^0.6.3",
"es6-promise": "^3.2.1",
"eslint": "^4.17.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"headroom.js": "^0.9.3",
"highcharts": "^8.2.0",
"history": "^4.7.2",
"husky": "^0.14.3",
"immutability-helper": "^2.6.4",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"nodemon": "^1.10.2",
"normalize.css": "^5.0.0",
"nprogress": "^0.2.0",
"open-color": "^1.4.0",
"particles.js": "^2.0.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.1.0",
"postcss-reporter": "^5.0.0",
"prop-types": "^15.6.0",
"push.js": "^1.0.4",
"react": "^16.2.0",
"react-async-component": "^1.0.2",
"react-beautiful-dnd": "^13.0.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"scrollreveal": "^3.3.2",
"slick-carousel": "^1.6.0",
"style-loader": "^0.20.1",
"url-loader": "^0.6.2",
"validator": "^6.2.0",
"webpack": "3.10.0"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"@sentry/browser": "^4.5.2",
"ali-oss": "^6.3.1",
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"cache-manager": "^2.9.0",
"config": "^1.21.0",
"eventemitter3": "^3.1.0",
"font-awesome": "^4.7.0",
"git-rev-sync": "^1.12.0",
"iconv-lite": "^0.5.0",
"ioredis": "^4.9.0",
"keyboardjs": "^2.4.1",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"koa-csrf": "^3.0.6",
"koa-locales": "^1.8.0",
"koa-logger": "^3.1.0",
"koa-router": "^7.4.0",
"koa-session": "^5.8.1",
"koa-static": "^4.0.2",
"koa-useragent": "^1.0.0",
"koa-views": "^6.1.3",
"light-ui": "^1.5.10",
"log4js": "^1.1.1",
"moment": "^2.17.0",
"mq-utils": "^0.1.0",
"nunjucks": "^3.0.1",
"phantom": "^4.0.1",
"rc-times": "0.0.6",
"react-cropper": "^1.3.0",
"react-image": "^2.2.2",
"request": "^2.75.0",
"shortid": "^2.2.13",
"stackimpact": "^1.3.14"
},
"repository": {
"url": "[email protected]:ecmadao/hacknical.git",
"type": "git"
}
}