-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 968 Bytes
/
package.json
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
35
{
"name": "quickstart",
"version": "2025.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --sourcemap true",
"build:prod": "vite build",
"preview": "vite preview",
"lint": "prettier --check . && eslint . --fix",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"@hellocoop/helper-browser": "^2.5.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"autoprefixer": "^10.4.20",
"browser-image-compression": "^2.0.2",
"chalk": "^5.4.1",
"cheerio": "^1.0.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-svelte": "^2.46.1",
"node-fetch": "^3.3.2",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^5.19.0",
"tailwindcss": "^3.4.17",
"vite": "^6.0.10"
}
}