-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.68 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.68 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
{
"name": "profile-cloud",
"description": "Profile Cloud",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --port 5200",
"dev:webcomponent": "vite build --config vite.config.webcomponent.ts --watch",
"build": "vite build",
"build:webcomponent": "vite build --config vite.config.webcomponent.ts",
"transfer-configs": "node ./transfer-configs-to-dev.js",
"preview": "vite preview",
"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 ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.43.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.45.1",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.39.6",
"svelte-check": "^4.0.0",
"svelte-preprocess": "^6.0.1",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^7.1.7"
},
"type": "module",
"dependencies": {
"@intechstudio/grid-protocol": "1.20250305.1735",
"@intechstudio/grid-uikit": "^1.20260206.1447",
"@melt-ui/svelte": "^0.86.6",
"firebase": "^12.2.1",
"marked": "^12.0.2",
"semver-parser": "^4.1.4",
"svelte-splitpanes": "^8.0.9",
"uuid": "^9.0.0",
"ws": "^8.18.3",
"zod": "^3.21.4"
},
"grid_editor": {
"componentsPath": "public/wc/components.js"
}
}