-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.1 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"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",
"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": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.20.4",
"@tailwindcss/typography": "^0.5.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte": "^2.39.0",
"postcss": "^8.4.21",
"postcss-import": "^16.1.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^6.0.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@intechstudio/grid-protocol": "1.20250122.1457",
"@intechstudio/grid-uikit": "1.20250204.1847",
"@melt-ui/svelte": "^0.83.0",
"@toast-ui/editor": "^3.2.2",
"audit": "^0.0.6",
"firebase": "^9.18.0",
"fix": "^0.0.6",
"marked": "^12.0.2",
"semver-parser": "^4.1.4",
"svelte-markdown-input": "^0.0.2",
"svelte-splitpanes": "^0.8.0",
"uuid": "^9.0.0",
"ws": "^8.18.0",
"zod": "^3.21.4"
},
"grid_editor": {
"componentsPath": "public/wc/components.js"
}
}