-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.55 KB
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": "nuxt-template",
"type": "module",
"version": "1.0.0",
"private": false,
"license": "UNLICENSED",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "npx nuxi typecheck && npm run lint && nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --fix && stylelint . --fix",
"pre-commit": "lint-staged --allow-empty --config lint-staged.config.js",
"prepare": "husky"
},
"dependencies": {
"@nuxt/fonts": "0.11.0",
"@nuxt/icon": "1.11.0",
"@vee-validate/nuxt": "4.15.0",
"@vee-validate/rules": "4.15.0",
"@vueform/multiselect": "2.6.11",
"@vueform/slider": "2.1.10",
"@vueform/toggle": "2.1.4",
"@vueuse/core": "13.0.0",
"@vueuse/integrations": "13.0.0",
"@vueuse/nuxt": "13.0.0",
"maska": "3.1.1",
"nuxt": "3.16.1",
"nuxt-swiper": "2.0.0",
"universal-cookie": "7.2.2",
"vue": "3.5.13",
"vue-router": "4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "4.11.0",
"@nuxt/eslint": "1.3.0",
"@pinia/nuxt": "0.10.1",
"@stylistic/stylelint-config": "2.0.0",
"eslint": "9.23.0",
"husky": "9.1.7",
"lint-staged": "15.5.0",
"postcss": "8.5.3",
"postcss-functions": "4.0.2",
"postcss-html": "1.8.0",
"postcss-pxtorem": "6.1.0",
"sass-embedded": "1.86.0",
"stylelint": "16.12.0",
"stylelint-config-html": "1.1.0",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "1.6.0",
"stylelint-order": "6.0.4",
"sugarss": "5.0.0",
"typescript": "5.8.2",
"vue-tsc": "2.2.8"
}
}