-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"devDependencies": {
"@headlessui/vue": "^1.7.12",
"@iconify/vue": "^4.1.0",
"@inertiajs/vue3": "^1.0.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.2.0",
"eslint": "^8.36.0",
"eslint-plugin-vue": "^9.9.0",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"momentum-modal": "^0.2.1",
"notiwind": "^2.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.5",
"prettier-plugin-tailwind": "^2.2.12",
"tailwindcss": "^3.2.7",
"unocss": "^0.50.6",
"uuid": "^9.0.0",
"vite": "^4.0.0",
"vitepress": "^1.0.0-alpha.63",
"vue": "^3.2.47",
"vue3-ace-editor": "^2.2.2"
}
}