-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.77 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
{
"name": "form-crow",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "parallelshell \"node ./bin/www \" \"gulp styles\"",
"watch": "parallelshell \"nodemon ./bin/www \" \"gulp\" \"yarn run widget-watch\"",
"compile-widget": "webpack --config ./widget/webpack.config.js --mode development",
"widget-watch": "webpack --config ./widget/webpack.config.js --mode development --watch"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"bcrypt": "^2.0.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"email-templates": "^4.0.1",
"express": "~4.16.0",
"express-session": "^1.15.6",
"http-errors": "~1.6.2",
"json2csv": "^4.1.5",
"moment": "^2.22.2",
"mongodb": "^3.0.10",
"mongoose": "^5.1.5",
"morgan": "~1.9.0",
"node-schedule": "^1.3.0",
"nodemailer": "^4.6.7",
"randombytes": "^2.0.6",
"tinycolor2": "^1.4.1",
"uglify-es": "git://github.com/mishoo/UglifyJS2.git#harmony",
"vue-color": "^2.4.6",
"vue-js-toggle-button": "^1.2.3",
"vue-loader": "14.2.2"
},
"devDependencies": {
"cross-env": "^4.0.0",
"css-loader": "^0.26.2",
"file-loader": "^0.11.1",
"gulp": "^4.0.0",
"gulp-sass": "^4.0.1",
"gulp-watch": "^5.0.0",
"nodemon": "^1.17.5",
"parallelshell": "darkguy2008/parallelshell",
"rimraf": "^2.6.1",
"sass-loader": "^7.0.3",
"uglify-js": "git://github.com/mishoo/UglifyJS2.git#harmony",
"vue": "^2.2.6",
"vue-custom-element": "^1.0.13",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.2.6",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.7"
}
}