-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 854 Bytes
/
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .eslintignore .",
"format": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .eslintignore ."
},
"devDependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "3.0.0",
"prettier": "^2.8.1",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"typescript": "^4.9.4",
"vue-tsc": "^1.0.13"
},
"packageManager": "yarn@3.3.1"
}