-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.68 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"prod": "vite build"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.0.7",
"acorn": "^8.0",
"autoprefixer": "^10.4.8",
"axios": "^0.25.0",
"eslint": "8.22.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-vue": "^9.4.0",
"laravel-mix-copy-watched": "^2.3.1",
"laravel-vite-plugin": "^0.6.0",
"postcss": "^8.4.16",
"resolve-url-loader": "^5.0.0",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.32.5",
"sass-loader": "^12.4.0",
"tailwindcss": "^3.1.8",
"vite": "^3.0.9",
"vite-plugin-run": "^0.1.1",
"vue": "^3.0.0-0",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@headlessui/vue": "^1.0.0",
"@heroicons/vue": "^2.0.11",
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.4",
"@popperjs/core": "^2.6.0",
"@seregpie/vue-storage": "^1.1.1",
"chart.js": "^3.7.0",
"dayjs": "^1.10.4",
"eslint-import-resolver-custom-alias": "^1.3.0",
"lodash": "^4.17.20",
"metric-prefix": "^0.9.0",
"postcss-import": "^15.0.0",
"uuid": "^9.0.0",
"vue-chart-3": "^3.0.9"
}
}