-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 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
{
"name": "arcos",
"private": false,
"version": "5.0.12",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@tsconfig/svelte": "^2.0.1",
"@types/node": "^18.7.10",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-closable": "^0.0.0",
"svelte-preprocess": "^5.0.3",
"svelte-time": "^0.7.1",
"tslib": "^2.3.1",
"typescript": "5.4.5",
"vite": "^4.4.3"
},
"dependencies": {
"@neodrag/svelte": "2.0.6",
"axios": "^1.3.2",
"colorsea": "^1.2.1",
"dayjs": "^1.11.3",
"fuse.js": "^6.6.2",
"human-filetypes": "^0.2.1",
"marked-emoji": "^1.0.1",
"marked-extended-tables": "^1.0.5",
"math.js": "^1.1.46",
"pocketbase": "^0.15.3",
"svelte-click-outside": "^1.0.0",
"svelte-markdown": "^0.2.3",
"svelte-preprocess-markdown": "^2.7.3",
"tsparticles": "^2.12.0",
"tsparticles-preset-fire": "^2.12.0",
"vite-plugin-markdown": "^2.1.0"
}
}