-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.15 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "pano-panel-ui",
"version": "1.0.0",
"scripts": {
"dev": "cross-env DEV=true vite dev --host=0.0.0.0 --port=3001",
"build": "cross-env DEV=false vite build",
"preview": "cross-env DEV=false vite preview ",
"lint": "npm-run-all -c lint:*",
"lint:prettier": "prettier -c . --config .prettierrc",
"format": "npm-run-all -c format:*",
"format:prettier": "prettier --write . --config .prettierrc"
},
"husky": {
"hooks": {}
},
"devDependencies": {
"@rollup/plugin-json": "^6.1.0",
"@sveltejs/adapter-node": "^5.0.1",
"@sveltejs/kit": "^2.5.10",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tiptap/pm": "^2.4.0",
"adm-zip": "^0.5.16",
"bootstrap": "^5.3.3",
"chart.js": "^3.9.1",
"chartjs-adapter-date-fns": "^2.0.1",
"cookie": "^0.6.0",
"copy-to-clipboard": "^3.3.3",
"cross-env": "^7.0.3",
"csrf": "^3.1.0",
"date-fns": "^3.6.0",
"eslint": "^9.3.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"mime-types": "^2.1.35",
"npm-run-all": "^4.1.5",
"prettier": "~3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"sass": "^1.77.2",
"svelte": "^4.2.17",
"svelte-preprocess": "^5.1.4",
"tippy.js": "^6.3.7",
"vite": "^5.2.11"
},
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@tiptap/core": "^2.4.0",
"@tiptap/extension-color": "^2.4.0",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/extension-text-style": "^2.4.0",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"animate.css": "^4.1.1",
"popper.js": "^1.16.1",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.21.0",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.9.0",
"prosemirror-view": "^1.33.6",
"svelte-i18n": "^4.0.0"
},
"trustedDependencies": [
"es5-ext",
"svelte-preprocess"
]
}