-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write \"resources/views/**/*.blade.php\""
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-vue2": "^1.1.2",
"axios": "^1.6.7",
"bootstrap": "^4.5.2",
"cross-env": "^5.2.1",
"jquery": "^3.5.1",
"laravel-vite-plugin": "^0.6.1",
"lodash": "^4.17.19",
"popper.js": "^1.16.1",
"prettier": "^3.3.3",
"prettier-plugin-blade": "^2.1.19",
"resolve-url-loader": "^5.0.0",
"sass": "^1.26.10",
"sass-loader": "^7.3.1",
"vite": "^3.0.2",
"vue": "^2.7.0",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"andyh-autocomplete": "^1.0.9",
"andyh-timepicker": "^1.0.4",
"autoprefixer": "^10.4.20",
"eslint-plugin-vue": "^9.22.0",
"postcss-nesting": "^13.0.1",
"standard": "^17.1.0",
"vite-plugin-eslint": "^1.8.1",
"vue-infinite-loading": "^2.4.5",
"ziggy-js": "^2.0.3"
}
}