-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.87 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
{
"name": "zhinstatic",
"version": "0.0.1",
"license": "GPL-3.0-or-later",
"main": "server.mjs",
"type": "module",
"scripts": {
"start": "node .",
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"sync": "svelte-kit sync",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fortawesome/fontawesome-common-types": "^6.5.1",
"@popperjs/core": "^2.11.8",
"@sveltejs/kit": "1.28.0",
"@types/bytes": "^3.1.4",
"@types/cookie": "^0.6.0",
"@types/debounce": "^1.2.4",
"@types/js-cookie": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"bun-types": "^1.0.16",
"bytes": "^3.1.2",
"cssnano": "^6.0.1",
"debounce": "^2.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-svelte3": "^4.0.0",
"eventemitter3": "^5.0.1",
"format-duration": "^3.0.2",
"fuse.js": "^7.0.0",
"highlight.js": "^11.9.0",
"js-cookie": "^3.0.5",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.8",
"svelte-adapter-bun": "^0.5.1",
"svelte-awesome": "^3.3.0",
"svelte-highlight": "^7.4.2",
"svelte-popperjs": "^1.3.2",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.0.7"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"cookie": "^0.6.0",
"dotenv": "^16.3.1",
"exit-hook": "^4.0.0",
"file-type": "^18.7.0",
"p-limit": "^5.0.0",
"sharp": "^0.33.0"
}
}