-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "dream-site",
"private": true,
"type": "module",
"version": "1.4.11",
"author": {
"name": "baiwumm",
"email": "[email protected]"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "husky",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:style": "stylelint src/**/*.{css,less,vue} --fix",
"pre-commit": "lint-staged",
"commitlint": "commitlint --config commitlint.config.cjs -e -V",
"release": "release-it"
},
"dependencies": {
"@nuxtjs/seo": "2.0.0-rc.11",
"@supabase/supabase-js": "^2.43.4",
"@vue/shared": "^3.4.27",
"element-plus": "^2.7.5",
"nuxt": "^3.12.2",
"nuxt-gtag": "^2.0.6",
"nuxt-umami": "^2.6.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@element-plus/nuxt": "^1.0.9",
"@nuxt/eslint-config": "^0.3.13",
"@nuxt/image": "^1.6.0",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/stylelint-module": "^5.2.0",
"@nuxtjs/supabase": "^1.2.2",
"@nuxtjs/tailwindcss": "^6.12.0",
"@release-it/conventional-changelog": "^8.0.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"nuxt-clarity-analytics": "^0.0.6",
"nuxt-icon": "^0.6.10",
"nuxt-icons": "^3.2.1",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"sass": "^1.77.3",
"stylelint": "^16.3.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4"
}
}