-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"name": "sdvx-scoretool-frontend",
"version": "1.0.0",
"description": "My impressive Nuxt.js project",
"author": "trike1236",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy:gh-pages": "gh-pages -d dist -m 'chore: update [skip ci]' -t",
"lint": "eslint --ext .js,,ts,.vue .",
"lintfix": "eslint --fix --ext .js,.ts,.vue ."
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.5",
"@nuxtjs/vuetify": "^1.11.0",
"@types/lodash": "^4.14.170",
"gh-pages": "^3.2.0",
"nuxt": "^2.15.6",
"nuxt-property-decorator": "^2.5.1",
"sass": "^1.34.0",
"sass-loader": "^10.1.1"
},
"devDependencies": {
"@nuxt/types": "^2.15.6",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/dotenv": "^1.4.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"prettier": "^2.3.0",
"vuex-module-decorators": "^1.0.1"
}
}