forked from frog-software/lips
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 817 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
{
"name": "lips",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.svelte src",
"format": "prettier --write \"src/**/*.{js,svelte,css}\"",
"format-check": "prettier --check \"src/**/*.{js,svelte,css}\""
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"autoprefixer": "^10.4.18",
"daisyui": "^4.7.3",
"eslint": "^8.54.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss-import": "^16.0.1",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"svelte": "^4.2.7",
"tailwindcss": "^3.4.1",
"vite": "^4.4.5"
},
"dependencies": {
"pocketbase": "^0.19.0",
"svelte-spa-router": "^3.3.0"
}
}