-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.27 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "codie",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:prod": "NODE_ENV=production webpack",
"dev": "nodemon app.js",
"init-docker-host": "docker run --name 'docker-host' --cap-add=NET_ADMIN --cap-add=NET_RAW --restart on-failure -d qoomon/docker-host"
},
"author": "mrfrase3",
"license": "MIT",
"dependencies": {
"acme-dns-01-cloudflare": "^1.2.3",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"connect-history-api-fallback": "^1.6.0",
"connect-sqlite3": "^0.9.11",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"greenlock": "^4.0.4",
"helmet": "^4.0.0",
"lodash": "^4.17.19",
"namor": "^2.0.2",
"node-docker-api": "^1.1.22",
"password-generator": "^2.3.2",
"register-service-worker": "^1.7.1",
"uuid": "^8.3.0",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuetify": "^2.3.10",
"vuex": "^3.4.0",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-eslint": "~4.4.0",
"@vue/cli-plugin-pwa": "~4.4.0",
"@vue/cli-plugin-router": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.4.0",
"@vue/cli-service": "~4.4.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.1.0",
"clean-webpack-plugin": "^3.0.0",
"deepmerge": "^4.2.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vue-libs": "^4.0.0",
"fibers": "^5.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass": "^1.26.10",
"sass-loader": "^9.0.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-cli-plugin-vuetify": "~2.0.7",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.6.0",
"webpack": "^4.44.1",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12"
}
}