-
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.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 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": "parcel-pyodide",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production nodenv ./bin/www",
"start-dev": "NODE_ENV=development nodenv ./bin/www",
"hmr": "parcel src/index.html --cert localhost.pem --key localhost-key.pem",
"build": "parcel build src/index.html",
"watch": "parcel watch src/index.html",
"cert": "certbot localhost",
"deploy": "npx shipit production deploy"
},
"dependencies": {
"axios": "^0.19.2",
"buefy": "^0.8.19",
"cookie-parser": "^1.4.5",
"debug": "^2.6.9",
"execa": "^4.0.1",
"express": "^4.16.4",
"helmet": "^3.22.0",
"http-errors": "^1.6.3",
"morgan": "^1.9.1",
"node-watch": "^0.6.4",
"parcel-bundler": "^1.12.4",
"parcel-plugin-static-files-copy": "^2.3.1",
"pug": "^2.0.4",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4",
"vue-router": "^3.1.6",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.2",
"node-env-run": "^3.0.2",
"sass": "^1.26.5",
"shipit-cli": "^5.3.0",
"shipit-deploy": "^5.3.0",
"shipit-shared": "^4.4.2",
"vue-template-compiler": "^2.6.11"
}
}