-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 578 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 578 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tabler/core": "^1.0.0-beta20",
"autosize": "^6.0.1",
"axios": "^1.6.1",
"imask": "^6.6.1",
"laravel-echo": "^1.15.3",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"pusher-js": "^8.4.0-rc2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"vite": "^4.0.0"
}
}