-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
43
44
45
{
"name": "ied-2020",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "parcel build frontend/*.html -d public",
"watch": "gulp watch",
"predeploy": "npm run build -- --no-cache",
"deploy": "surge public"
},
"dependencies": {
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-handlebars": "^3.0.0",
"lodash": "^4.17.20",
"morgan": "~1.9.0",
"node-fetch": "^2.6.1",
"serve-favicon": "~2.4.5",
"vimeo": "^2.1.1",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.2",
"eslint": "^7.3.1",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-vue": "^6.2.2",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"less": "^3.11.1",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.3.1",
"posthtml-favicons": "^1.3.0",
"surge": "^0.21.6",
"vue-template-compiler": "^2.6.11"
},
"staticFiles": {
"staticPath": "./frontend/static"
}
}