-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.35 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.35 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"test:unit": "npx vitest watch"
},
"devDependencies": {
"@pinia/testing": "^1.0.3",
"@tailwindcss/vite": "^4.2.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/user-event": "^14.6.1",
"@testing-library/vue": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.4.0",
"@types/tailwindcss": "^3.0.11",
"@vitejs/plugin-vue": "^6.0.5",
"autoprefixer": "^10.4.27",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"dayjs": "^1.11.20",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"jsdom": "^29.0.2",
"laravel-vite-plugin": "^2.0.0",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^19.2.5",
"sass-embedded": "^1.98.0",
"stylelint": "^17.4.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-config-tailwindcss": "^1.0.1",
"stylelint-order": "^8.0.0",
"stylelint-scss": "^7.0.0",
"tailwindcss": "^3.4.19",
"vite": "^7.0.7",
"vite-plugin-checker": "^0.12.0",
"vite-plugin-manifest-sri": "^0.2.0",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0",
"vitest-localstorage-mock": "^0.1.2",
"vue": "^3.5.30",
"vue-tsc": "^3.2.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"@splidejs/splide": "^4.1.4",
"@splidejs/vue-splide": "^0.6.12",
"@types/lodash.isequal": "^4.5.8",
"@vue/apollo-composable": "^4.2.2",
"chart.js": "^4.5.1",
"chartjs-plugin-datalabels": "^2.2.0",
"graphql": "^16.13.2",
"graphql-tag": "^2.12.6",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"motion-v": "^2.0.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"typescript-eslint": "^8.57.0",
"vue-chartjs": "^5.3.3",
"vue-eslint-parser": "^10.4.0",
"vue-router": "^4.6.4"
}
}