-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
49
50
{
"name": "deepsquare.io",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"postbuild": "pnpm dlx svelte-sitemap --domain https://deepsquare.io",
"test": "pnpm run test:integration && pnpm run test:unit",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@picocss/pico": "1.5.13",
"@playwright/test": "1.48.2",
"@sveltejs/adapter-static": "3.0.6",
"@sveltejs/enhanced-img": "0.4.1",
"@sveltejs/kit": "2.8.0",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@types/eslint": "8.56.12",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.46.0",
"notyf": "3.10.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-svelte": "3.2.7",
"prettier-plugin-tailwindcss": "0.6.8",
"sass": "1.80.6",
"svelte": "4.2.19",
"svelte-check": "3.8.6",
"svelte-inview": "4.0.4",
"svelte-markdown": "0.4.1",
"svelte-sitemap": "2.6.0",
"tailwindcss": "3.4.14",
"tslib": "2.8.1",
"typescript": "5.6.3",
"vite": "5.4.10",
"vitest": "1.6.0"
},
"type": "module"
}