-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 913 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@types/bootstrap": "^5.0.16",
"@types/jquery": "^3.5.5",
"@types/selectize": "^0.12.34",
"@vitejs/plugin-vue": "^3.0.3",
"autoprefixer": "^10.4.20",
"axios": "^0.25",
"bootstrap": "^5.0.1",
"choices.js": "^10.1.0",
"date-fns": "^2.28.0",
"jquery": "^3.6.0",
"laravel-vite-plugin": "^0.5.4",
"normalize-scss": "^7.0.0",
"postcss": "^8.4.41",
"sass": "^1.51.0",
"tailwindcss": "^3.4.10",
"typescript": "^4.6.4",
"vite": "^3.0.9",
"vue": "^3.2.25",
"vue-template-compiler": "^2.6.12"
},
"browser": {
"sifter": false
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"flowbite": "^2.5.1"
}
}