-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 874 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 874 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
34
{
"name": "lux-laundry",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^10.0.0",
"imagemin-webp": "^8.0.0",
"install": "^0.13.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^3.4.17",
"vite": "^7.0.0",
"vite-plugin-imagemin": "^0.6.1"
},
"dependencies": {
"@fontsource-variable/grandstander": "^5.2.7",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/outfit": "^5.2.8",
"@fontsource-variable/rasa": "^5.2.9",
"aos": "^2.3.4",
"flowbite": "^3.1.2",
"tw-elements": "^2.0.0"
}
}