-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.47 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
{
"name": "ui",
"version": "0.12.0-rc.0",
"dnaVersion": "0.12.0",
"scripts": {
"start": "vite --clearScreen false --port $UI_PORT",
"build": "vite build",
"build-check": "npm run check && vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"package": "rm -f dist.zip && npm run build && cd dist && bestzip ../dist.zip *"
},
"dependencies": {
"@holochain-open-dev/elements": "^0.400.0",
"@holochain-open-dev/profiles": "^0.400.0",
"@holochain-open-dev/stores": "^0.400.0",
"@holochain-open-dev/utils": "^0.400.0",
"@holochain-syn/core": "^0.400.0-rc.2",
"@holochain/client": "0.18.0",
"@theweave/api": "^0.4.0-alpha.1",
"@theweave/elements": "^0.4.0-alpha.1",
"@mdi/js": "^7.1.96",
"@ts-stack/markdown": "^1.4.0",
"lodash": "^4.17.21",
"svelte-materialify": "^0.3.11",
"svelte-multiselect": "^8.2.0",
"uuid": "^8.3.2",
"svelte-dnd-list": "0.1.8",
"sanitize-filename": "1.6.3",
"@shoelace-style/shoelace": "^2.12",
"svelte-awesome-color-picker": "2.4.6",
"emoji-picker-element": "1.21.0",
"javascript-time-ago": "2.3.7",
"@types/javascript-time-ago": "^2.0.3",
"svelte-bricks": "0.2.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tsconfig/svelte": "^3.0.0",
"bestzip": "^2.2.0",
"svelte": "^3.55.1",
"svelte-check": "^2.10.3",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.4"
},
"type": "module"
}