-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.84 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.84 KB
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
51
52
53
54
55
56
{
"name": "entity-me",
"version": "1.14.0-develop.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"start": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"type": "npm run check",
"test": "start-server-and-test dev http://localhost:5173 test:e2e",
"test:e2e": "cypress run",
"test:open": "cypress open",
"lint": "eslint .",
"pwa": "npm run build && npm run preview",
"semantic-release:dry": "semantic-release --dry-run --no-ci",
"outdated": "npx npm-check-updates",
"outdated:minor": "npx npm-check-updates -t minor",
"update": "npm run outdated -- -u",
"update:minor": "npm run outdated:minor -- -u"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@lucide/svelte": "^0.553.0",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@stylistic/eslint-plugin": "^5.5.0",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.48.4",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/eslint": "^9.6.1",
"@types/node": "^24.10.1",
"@vite-pwa/sveltekit": "^1.0.1",
"cypress": "^15.6.0",
"eslint": "^9.39.1",
"eslint-plugin-svelte": "^3.13.0",
"globals": "^16.5.0",
"melt": "^0.41.0",
"semantic-release": "^25.0.2",
"start-server-and-test": "^2.1.2",
"svelte": "^5.43.6",
"svelte-check": "^4.3.4",
"tailwindcss": "^4.1.17",
"tailwindcss-safe-area": "^1.1.0",
"tippy.js": "^6.3.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"vite": "^7.2.2"
}
}