-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 788 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 788 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
28
29
30
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"axios": "^1.6.2",
"install": "^0.13.0",
"laravel-vite-plugin": "^0.8.1",
"sass": "^1.69.5",
"vite": "^4.5.0"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"html-screen-capture-js": "^2.0.6",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vue": "^3.3.8"
}
}