-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 KB
/
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
36
37
{
"name": "readtheweb.de",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"validate": "svelte-check",
"lint": "prettier -c --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss src",
"format": "prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss src",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"serve": "serve -s dist -p 3000"
},
"dependencies": {
"modern-normalize": "^2.0.0",
"svelte-i18n": "^4.0.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.5.2",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-hmr": "^0.15.3",
"svelte-meta-tags": "^3.1.0",
"svelte-preprocess": "^5.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.1",
"vite-plugin-pwa": "^0.16.7"
}
}