-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.7 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "deployer",
"version": "3.0.1",
"private": true,
"scripts": {
"dev": "DEBUG=express* nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/auth-next": "^5.0.0-1642152945.3bb6b5f",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/vuetify": "^1.12.3",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.6",
"core-js": "^3.35.1",
"debug": "^4.3.3",
"dotenv": "^16.4.1",
"express": "^4.17.2",
"express-session": "^1.18.0",
"knex": "^2.4.0",
"mevn-orm": "^2.4.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"nuxt": "^3.0.0",
"redis": "^3.1.2",
"sessionstore": "^1.0.0",
"vee-validate": "^3.4.14"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@nuxtjs/eslint-config": "^12.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^8.4.0",
"prettier": "^3.1.1"
},
"description": "## Build Setup",
"main": ".eslintrc.js",
"repository": {
"type": "git",
"url": "git+https://github.com/opensource254/deployer.git"
},
"keywords": [
"Deployer",
"Dev",
"ops",
"opensource254"
],
"author": "opensource254",
"license": "MIT",
"bugs": {
"url": "https://github.com/opensource254/deployer/issues"
},
"homepage": "https://github.com/opensource254/deployer#readme"
}