This repository was archived by the owner on Jan 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.74 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
{
"name": "@plantarium/admin",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --port 8082",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@plantarium/types": "workspace:*",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.27.6",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"prettier": "3.1.0",
"prettier-plugin-svelte": "3.1.2",
"svelte": "4.2.19",
"svelte-check": "3.6.2",
"svelte-preprocess": "5.1.1",
"tslib": "2.6.2",
"typescript": "5.3.2",
"vite": "5.0.5",
"vite-plugin-windicss": "1.9.2",
"windicss": "3.5.6"
},
"type": "module",
"dependencies": {
"@plantarium/backend": "workspace:*",
"@plantarium/client-api": "workspace:*",
"@plantarium/helpers": "workspace:*",
"@plantarium/theme": "workspace:*",
"@plantarium/ui": "workspace:*",
"@yr/monotone-cubic-spline": "1.0.3",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"cookie": "^0.6.0",
"css-vars-from-json": "^1.1.0",
"devalue": "^4.3.2",
"dotenv": "16.3.1",
"file-saver": "2.0.5",
"nanoid": "5.0.4",
"set-cookie-parser": "2.6.0",
"stacktrace-parser": "0.1.10",
"svelte-forms-lib": "2.0.1",
"svelte-json-tree": "2.2.0",
"svelte-multiselect": "10.2.0"
}
}