-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.83 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
58
59
60
61
62
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"prettier": "prettier --write .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@element-plus/nuxt": "^1.0.6",
"@iconify-json/game-icons": "^1.1.3",
"@iconify-json/simple-icons": "^1.1.76",
"@nuxt/devtools": "latest",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"@nuxtjs/google-fonts": "^3.0.2",
"@nuxtjs/mdc": "^0.6.1",
"@nuxtjs/supabase": "^1.1.3",
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@types/node": "^18.18.7",
"@unocss/eslint-config": "^0.55.3",
"@unocss/nuxt": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"@vueuse/core": "^10.3.0",
"@vueuse/nuxt": "^10.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-conventional-changelog-zh": "^0.0.2",
"element-plus": "^2.4.2",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"husky": "^8.0.0",
"nuxt": "^3.8.0",
"prettier": "^3.0.2",
"sass": "^1.66.1",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.8"
},
"dependencies": {
"@pinia/nuxt": "^0.5.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog-zh"
}
}
}