-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.74 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"private": true,
"scripts": {
"build": "nuxt build",
"cz": "git-cz",
"dev": "nuxt dev",
"dev:be": "cd ../vt-api && pnpm start:dev admin",
"dev:cert": "nuxt dev --https --ssl-cert ./cert/localhost.pem --ssl-key ./cert/localhost-key.pem --port=443",
"generate": "nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint-fix": "eslint \"{src,apps,libs,test}/**/*.{vue,ts}\" --fix --cache --max-warnings=0",
"prepare": "husky install",
"preview": "nuxt preview"
},
"lint-staged": {
"*.{ts,vue}": "eslint --cache --fix --max-warnings=0",
"package.json": "npx sort-package-json"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/vue": "^2.2.1",
"@pinia/nuxt": "^0.4.6",
"@tiptap/pm": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@tiptap/vue-3": "^2.0.4",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vuepic/vue-datepicker": "^5.4.0",
"chart.js": "^4.3.3",
"dayjs": "^1.11.10",
"google-libphonenumber": "^3.2.33",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"object-to-formdata": "4.2.0",
"pinia": "^2.0.29",
"polished": "^4.2.2",
"query-string": "^8.1.0",
"vee-validate": "^4.9.6",
"vue-chartjs": "^5.2.0",
"vuedraggable": "^4.1.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@commitlint/prompt": "^18.2.0",
"@faker-js/faker": "^8.0.2",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@mdi/font": "^7.1.96",
"@mdi/js": "^7.1.96",
"@nuxt/devtools": "npm:@nuxt/devtools-edge@0.5.5-28092324.8333e19",
"@nuxt/eslint-config": "^0.1.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-fonts": "3.0.1",
"@types/chart.js": "^2.9.37",
"@types/google-libphonenumber": "^7.4.30",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@vueuse/core": "^9.13.0",
"@vueuse/nuxt": "^9.13.0",
"autoprefixer": "^10.4.13",
"commitizen": "^4.3.0",
"concurrently": "^8.2.1",
"consola": "^3.1.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": ">=10",
"mitt": "^3.0.0",
"node-sass": "^8.0.0",
"nuxt": "^3.7.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"sort-package-json": "^2.5.1",
"typescript": "^5.2.2",
"vite-plugin-vuetify": "^1.0.2",
"vue-tsc": "^1.8.11",
"vuetify": "^3.3.2"
}
}