forked from P3D-Legacy/pokemon3d.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 763 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.3",
"autoprefixer": "^10.4.15",
"axios": "^1.7.4",
"laravel-vite-plugin": "^0.8.0",
"lodash": "^4.17.21",
"postcss": "^8.4.47",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3",
"tailwindcss-debug-screens": "^2.2.1",
"vite": "^4.5.5"
},
"dependencies": {
"alpinejs": "^3.12.3",
"easymde": "^2.18.0",
"flatpickr": "^4.6.13",
"tw-elements": "1.0.0-alpha13"
}
}