-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.84 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
{
"name": "huskyfy",
"version": "1.6.2",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"ts": "vue-tsc --noEmit --watch --composite false",
"lint": "eslint . --fix --ignore-path .gitignore",
"type-check": "vue-tsc --noEmit --composite false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-rigaud/huskyfy.git"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@vueuse/core": "10.11.1",
"apexcharts": "3.37.1",
"axios": "^1.7.3",
"canvas-confetti": "^1.9.3",
"core-js": "^3.38.0",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"pinia": "^2.2.1",
"vue": "^3.4.37",
"vue-i18n": "^9.13.1",
"vue-meta": "^3.0.0-alpha.8",
"vue-router": "^4.4.3",
"vue3-apexcharts": "1.4.1",
"vuetify": "3.5.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
"@rushstack/eslint-patch": "^1.10.4",
"@tsconfig/node18": "^18.2.4",
"@types/canvas-confetti": "^1.6.4",
"@types/lodash": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-sonarjs": "^1.0.4",
"eslint-plugin-vue": "^9.27.0",
"jsdom": "^24.1.1",
"loader-utils": "^3.3.1",
"npm-run-all": "^4.1.5",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-vuetify": "^2.0.4",
"vue-cli-plugin-vuetify": "^2.5.8",
"vue-tsc": "^2.0.29",
"vue-types": "^5.1.3"
}
}