forked from laravel/telescope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 716 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 716 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
26
27
{
"name": "laravel-telescope",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.3.3",
"axios": "^1.9",
"bootstrap": "^4.5.0",
"highlight.js": "^11.3.1",
"jquery": "^3.5",
"lodash": "^4.17.19",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"popper.js": "^1.16",
"sass": "^1.74.1",
"sql-formatter": "^15.6.2",
"vite": "^5.4.21",
"vue": "^2.7.16",
"vue-copy-to-clipboard": "^1.0.3",
"vue-json-pretty": "^1.6.2",
"vue-router": "^3.6.5"
}
}