forked from Ctrlpanel-gg/panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 691 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 691 Bytes
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
{
"private": true,
"scripts": {
"development": "vite",
"production": "vite build",
"dev:default": "vite --config themes/default/vite.config.js",
"build:default": "vite build --config themes/default/vite.config.js"
},
"devDependencies": {
"axios": "^0.25",
"bootstrap": "^4.6.0",
"jquery": "^3.5",
"lodash": "^4.17.19",
"popper.js": "^1.16",
"postcss": "^8.1.14",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.1",
"sass-loader": "^10.1.1"
},
"dependencies": {
"tinymce": "^7.0.0",
"vite": "^6.1.0",
"laravel-vite-plugin": "^0.7.3"
}
}