-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.85 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint-staged": "lint-staged",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.0",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@css-render/vue3-ssr": "^0.15.12",
"@nuxt/devtools": "^1.0.8",
"@nuxt/ui": "2.14.2",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/node": "^18",
"@vueuse/core": "^10.7.2",
"@vueuse/nuxt": "^10.7.2",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"cross-env": "^7.0.3",
"cz-git": "^1.6.1",
"daisyui": "^4.0.7",
"eslint": "^8.41.0",
"lint-staged": "^13.2.2",
"long": "^5.2.3",
"naive-ui": "^2.37.3",
"nuxt": "^3.10.3",
"postcss": "^8.4.24",
"postcss-custom-properties": "^13.2.0",
"postcss-html": "^1.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.4",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"yup": "^1.3.3"
},
"lint-staged": {
"*.{js,ts,tsx,jsx}": [
"eslint --fix --ext"
],
"*.vue": [
"eslint --fix --ext",
"stylelint --cache --fix"
],
"*.{css,html}": [
"stylelint --cache --fix"
]
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"dependencies": {
"@formkit/auto-animate": "^0.8.1",
"@pinia/nuxt": "^0.5.1",
"blurhash": "^2.0.5",
"fix-webm-duration": "^1.0.5",
"html2canvas": "^1.4.1",
"protobufjs": "^7.2.4",
"qrcode.vue": "^3.4.0",
"theme-change": "^2.5.0",
"vue-sonner": "^1.0.2",
"ws": "^8.13.0",
"xlsx": "^0.18.5"
}
}