-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "bitcart-admin",
"version": "1.0.0",
"description": "Bitcart admin panel",
"author": "MrNaif2018",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt-start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"lintfix:precommit": "eslint --fix",
"prettier": "prettier --write --list-different --ignore-unknown"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^1.0.1",
"@ergonode/vuems": "^1.1.0",
"@hcaptcha/vue-hcaptcha": "^1.3.0",
"@nuxtjs/auth": "^4.9.0",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/router": "^1.7.0",
"cookie": "^0.6.0",
"express": "^4.18.1",
"js-cookie": "^3.0.5",
"nuxt-start": "^2.15.1",
"socks-proxy-agent": "^8.0.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.0",
"@nuxtjs/pwa": "^3.3.4",
"@nuxtjs/vuetify": "^1.11.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^5.0.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"nuxt": "^2.15.1",
"prettier": "^3.0",
"vuetify": "~2.7.0",
"vuetify-datetime-picker": "^2.1.1",
"vuetify-image-input": "19.2.2"
},
"resolutions": {
"vue": "<2.7",
"vue-server-renderer": "<2.7",
"vue-template-compiler": "<2.7",
"vuetify-loader": "1.7.3"
}
}