forked from eleven-labs/wilson-color
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 968 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
{
"name": "demo",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.watchConfig.js",
"serve": "node app",
"prod": "NODE_ENV=prod forever app",
"start": "run-p watch serve"
},
"dependencies": {
"body-parser": "~1.17.1",
"canvas": "^1.6.7",
"canvg": "0.0.8",
"choo": "^6.3.0",
"choo-log": "^7.2.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"domino": "^1.0.29",
"express": "~4.15.2",
"isomorphic-fetch": "^2.2.1",
"jade": "^1.11.0",
"load-script": "^1.0.0",
"lowdb": "^1.0.0",
"mongodb": "^2.2.31",
"morgan": "~1.8.1",
"npm-run-all": "^4.1.1",
"on-load": "^3.3.1",
"recaptcha2": "^1.3.2",
"serve-favicon": "~2.4.2",
"sticky-js": "^1.2.0",
"uid": "0.0.2",
"webpack": "^3.6.0",
"whatwg-fetch": "^2.0.3",
"xml2js": "^0.4.19",
"zepto-node": "^1.0.0"
}
}