-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 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
31
32
33
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev-watch": "vite build --watch --mode development --minify false --sourcemap",
"build": "vite build",
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"@statamic/cms": "file:./vendor/statamic/cms/resources/dist-package",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.24",
"jsdom": "^28.0.0",
"laravel-vite-plugin": "^2.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"uniqid": "^5.4.0",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"dependencies": {
"@medv/finder": "^4.0.2",
"axios": "^1.13.5",
"html2canvas": "^1.4.1",
"html2canvas-pro": "^1.6.6",
"pinia": "^3.0.4",
"vue": "^3.5.28"
}
}