-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.23 KB
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
{
"name": "brody",
"version": "0.0.0",
"description": "",
"main": "js/server.js",
"repository": "https://github.com/benwest/brody.git",
"author": "BONG <[email protected]>",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.24.1",
"babel-runtime": "^6.25.0",
"classnames": "^2.2.5",
"eases": "^1.0.8",
"express": "^4.15.3",
"gl-vec2": "^1.0.0",
"glslify-loader": "^1.0.2",
"js-combinatorics": "^0.5.2",
"lodash": "^4.17.4",
"mithril": "^1.1.3",
"mithril-j2c": "^0.1.3",
"mithril-node-render": "^2.1.0",
"mopt": "^5.1.1",
"pm2": "^2.6.1",
"raw-loader": "^0.5.1",
"regl": "^1.3.0",
"reload-server-webpack-plugin": "^1.0.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"w3c-xmlhttprequest": "^2.1.2",
"webpack": "^3.4.1"
},
"scripts": {
"dev": "webpack --env.dev true --watch & node js/server",
"start": "npm run build && node_modules/.bin/pm2 startOrRestart pm2.json",
"build": "webpack --env.production true"
}
}