-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 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
{
"name": "toby",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lintf": "eslint . --fix"
},
"dependencies": {
"@blumilksoftware/eslint-config": "^3.0.2",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inertiajs/vue3": "^2.0.17",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.19",
"@vitejs/plugin-vue": "^5.2.4",
"@vue/compiler-sfc": "^3.5.26",
"@vueuse/core": "^11.3.0",
"autoprefixer": "^10.4.23",
"axios": "^1.13.2",
"echarts": "^5.6.0",
"eslint": "^9.30.1",
"flatpickr": "^4.6.13",
"floating-vue": "^5.2.2",
"laravel-vite-plugin": "^1.3.0",
"lodash": "^4.17.21",
"luxon": "^3.7.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"vite": "^6.3.5",
"vue": "^3.5.26",
"vue-echarts": "^7.0.3",
"vue-flatpickr-component": "^11.0.5",
"vue-loader": "^17.4.2",
"vue-material-design-icons": "^5.3.1",
"vue-toastification": "^2.0.0-rc.5",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"eslint-plugin-vue": "^9.33.0"
}
}