-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.96 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.96 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "character-relationships-v2",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "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",
"spellcheck": "cspell --no-progress --dot \"**/*.{js,ts,jsx,tsx,cjs,mjs,json,html,xml,svg,css,scss,sass,md}\"",
"db:start": "docker compose up",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"test:unit": "vitest",
"test": "npm run test:unit -- --run",
"prepare": "husky",
"commitlint": "commitlint --edit",
"autofix": "npm run lint:fix && npm run format",
"lint": "eslint --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"ts-check": "tsc",
"format": "prettier . --write --cache --log-level warn",
"list-outdated-dependencies": "npm-check-updates --format repo,group --peer",
"update-dependencies": "npm run list-outdated-dependencies -- -u && npm install && npm update && npm dedupe && npm run autofix",
"clean": "rimraf node_modules coverage dist"
},
"devDependencies": {
"http-status-codes": "^2.3.0",
"npm-check-updates": "^17.1.14",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"d3-graphviz": "^5.6.0",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"@eslint/js": "^9.18.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@cspell/eslint-plugin": "^8.17.5",
"@eslint/js": "^9.18.0",
"@eslint/json": "^0.10.0",
"@eslint/markdown": "^6.2.2",
"@faker-js/faker": "^9.5.0",
"@html-eslint/eslint-plugin": "^0.35.0",
"@html-eslint/parser": "^0.35.0",
"@pandacss/eslint-plugin": "^0.2.6",
"@stylistic/eslint-plugin": "^4.0.1",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/svelte": "^5.2.4",
"@types/d3-graphviz": "^2.6.10",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-security": "^3.0.0",
"@types/node": "^22",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vitest/eslint-plugin": "^1.1.31",
"commitlint": "^19.7.1",
"commitlint-plugin-function-rules": "^4.0.1",
"cspell": "^8.17.5",
"d3-graphviz": "^5.6.0",
"dotenv": "^16.4.7",
"dotenv-expand": "^12.0.1",
"drizzle-kit": "^0.30.2",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.8.3",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-eslint-plugin": "^6.4.0",
"eslint-plugin-functional": "^8.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-alias": "^1.2.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-tsdoc": "^0.4.0",
"eslint-plugin-unicorn": "^57.0.0",
"globals": "^16.0.0",
"http-status-codes": "^2.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"npm-check-updates": "^17.1.14",
"prettier": "^3.5.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.3.3",
"rimraf": "^6.0.1",
"skott": "^0.35.4",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^37.0.0",
"svelte": "^5.25.0",
"svelte-check": "^4.0.0",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vite": "^6.2.6",
"vitest": "^3.0.0",
"zod": "^3.24.2"
},
"type": "module",
"dependencies": {
"drizzle-orm": "^0.39.3",
"postgres": "^3.4.5",
"uuid": "^11.1.0"
},
"lint-staged": {
"*.{ts,svelte}": [
"eslint --fix",
"prettier --write",
"spellcheck"
],
"*.css": [
"prettier --write",
"stylelint --fix"
]
}
}