-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "ingress-dedo1911",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"commit": "cz"
},
"devDependencies": {
"@sveltejs/adapter-node": "5.2.12",
"@sveltejs/kit": "2.17.3",
"@sveltejs/vite-plugin-svelte": "5.0.3",
"@zerodevx/svelte-toast": "0.9.6",
"carta-md": "4.7.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "9.21.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-svelte": "3.0.2",
"lodash.sortby": "^4.7.0",
"pocketbase": "0.25.1",
"sass": "1.85.1",
"svelte": "5.20.5",
"svelte-multiselect": "11.0.0-rc.1",
"svelte-time": "2.0.1",
"vite": "6.2.0"
},
"type": "module",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447",
"dependencies": {
"@datasert/cronjs-matcher": "^1.4.0",
"isomorphic-dompurify": "2.22.0"
}
}