-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.45 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "www-v3",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env PUBLIC_BASE_URL=http://localhost:5173 vite dev",
"dev:host": "cross-env PUBLIC_BASE_URL=http://localhost:5173 vite dev --host",
"build": "cross-env PUBLIC_BASE_URL=http://localhost:4173 vite build",
"preview": "vite preview",
"preview:host": "vite preview --host",
"biome:apply": "biome check --apply-unsafe .",
"biome:check": "biome check .",
"stylelint": "stylelint '**/*.{css,html,scss,svelte}'"
},
"dependencies": {
"html-minifier-terser": "^7.2.0",
"svelte-highlight": "^7.6.1",
"svelte-markdown": "^0.4.1"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@eslint/js": "^8.57.0",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/enhanced-img": "^0.2.0",
"@sveltejs/kit": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/html-minifier-terser": "^7.0.2",
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"espree": "^10.0.1",
"postcss-preset-env": "^9.5.13",
"sass": "^1.77.1",
"stylelint": "^16.5.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-use-nesting": "^5.1.1",
"super-sitemap": "^0.14.14",
"svelte": "^4.2.17",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"browserslist": ["defaults", "iOS 12"]
}