-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 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
{
"name": "23prime-page",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "NODE_ENV=production nuxt build",
"start": "nuxt start",
"generate": "NODE_ENV=production nuxt generate",
"lint": "yarn eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"tsc": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"nuxt-mq": "^2.0.2",
"vuetify": "^2.5.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@fortawesome/fontawesome-free": "^6.0.0",
"@nuxt/types": "^2.15.7",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"@nuxtjs/vuetify": "^1.12.1",
"cypress": "^10.3.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-vue": "^9.2.0",
"nuxt-class-component": "^1.3.0",
"nuxt-property-decorator": "^2.9.1",
"prettier": "^2.3.2",
"ress": "^5.0.2",
"vue-tsc": "^0.38.9",
"vuex-module-decorators": "^2.0.0"
},
"volta": {
"node": "16.14.0",
"yarn": "1.22.19"
}
}