generated from cp-20/nuxt3-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.45 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
{
"name": "nuxt3-template",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "npx nuxi typecheck",
"format": "prettier --write --ignore-path .gitignore \"**/*.{js,ts,vue,json,md}\"",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore .",
"lint:fix": "eslint --fix --ext .js,.ts,.vue --ignore-path .gitignore .",
"test": "npx nuxi test"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "^3.8.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.1.0",
"@nuxtjs/stylelint-module": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vue": "^9.19.2",
"happy-dom": "^12.10.3",
"nuxt": "^3.8.2",
"nuxt-vitest": "^0.11.5",
"postcss-html": "^1.5.0",
"prettier": "^3.1.0",
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.4.0",
"typescript": "^5.3.2",
"vitest": "^0.33.0",
"vue": "^3.3.8",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.24"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"pinia": "^2.1.7",
"ress": "^5.0.2"
}
}