-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.33 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
73
74
75
{
"name": "AI frontend",
"version": "0.1",
"scripts": {
"dev": "vite dev --host 0.0.0.0 --port 6173",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"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 .",
"check-updates": "npx npm-check-updates",
"check-updates:minor": "npx npm-check-updates --target minor",
"check-updates:patch": "npx npm-check-updates --target patch"
},
"devDependencies": {
"@playwright/test": "^1.36.1",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.22.3",
"@types/async": "^3.2.20",
"@types/blueimp-md5": "^2.18.0",
"@types/bootstrap": "^5.2.6",
"@types/cookie": "^0.5.1",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.16",
"@types/node": "^20.4.3",
"@types/qrcode": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier-plugin-svelte": "^3.0.3",
"rollup-plugin-import-css": "^3.3.1",
"svelte": "^3.59.2",
"svelte-check": "^3.4.6",
"svelte-hmr": "^0.15.3",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite-plugin-externals": "^0.6.2"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^5.0.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-typescript": "^11.1.2",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@svgdotjs/svg.js": "github:svgdotjs/svg.js",
"async": "^3.2.4",
"blueimp-md5": "^2.19.0",
"bootstrap": "^5.3.0",
"buffer": "^6.0.3",
"d3-scale": "^4.0.2",
"dayjs": "^1.11.9",
"file-saver": "^2.0.5",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"jquery": "^3.7.0",
"magic-string": "0.30",
"mime": "^3.0.0",
"qrcode": "^1.5.3",
"short-unique-id": "^4.4.4",
"short-uuid": "^4.2.2",
"svelte-file-dropzone": "github:cnshsliu/svelte-file-dropzone",
"svelte-filepond": "^0.2.0",
"svelte-i18n": "^3.7.0",
"sveltestrap": "^5.10.0",
"vite": "^4.1.1"
}
}