-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
124 lines (124 loc) · 4.56 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@kwchang0831/svelte-qwer",
"version": "1.1.0",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/kwchang0831/svelte-qwer",
"repository": {
"type": "git",
"url": "git+https://github.com/kwchang0831/svelte-qwer.git"
},
"bugs": {
"url": "https://github.com/kwchang0831/svelte-qwer/issues"
},
"author": "kwchang0831",
"workspaces": [
"./",
"./QWER"
],
"scripts": {
"dev:i18n": "npx typesafe-i18n",
"dev:sveltekit": "cross-env MODE=development vite dev --host",
"dev:QWER": "node --no-warnings QWER watch",
"dev:watch": "npm-run-all -p -r dev:QWER dev:i18n dev:sveltekit ",
"dev": "npm-run-all -s build:QWER dev:watch",
"build:partytown": "partytown copylib static/~partytown",
"build:i18n": "npx typesafe-i18n --no-watch",
"build:sveltekit": "vite build",
"build:QWER_Without_Meta": "node --no-warnings QWER buildWithoutMeta",
"build:QWER": "node --no-warnings QWER build",
"build": "npm-run-all -s build:QWER build:i18n build:partytown build:sveltekit",
"preview": "vite preview",
"clean:husky": "rimraf .husky",
"clean:sveltekit": "rimraf .svelte-kit",
"clean:node_modules": "rimraf -- node_modules QWER/node_modules",
"clean:routeFolder": "node --no-warnings QWER cleanEmptyFolders",
"clean:QWER": "node --no-warnings QWER clean",
"clean": "npm-run-all -s clean:QWER clean:routeFolder clean:sveltekit",
"cleandeep": "npm-run-all -s clean clean:husky clean:node_modules",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"lint:fix": "prettier --write . && eslint . --fix",
"format": "prettier --write .",
"up:deps": "pnpm up -L -i",
"up:QWER-deps": "cd QWER && pnpm up -L -i",
"up": "npm-run-all -s up:deps up:QWER-deps",
"husky": "husky init && echo \"npx lint-staged\" > .husky/pre-commit && gitmoji -i",
"typesafe-i18n": "typesafe-i18n",
"changeset:add": "pnpm changeset add",
"deploy:vercel-local-build": "vercel build --prod && vercel deploy --prebuilt --prod",
"createblog": "bash utils/create-blog.sh",
"prepare": "husky"
},
"lint-staged": {
"*.{html,scss,css,svelte,ts,js}": "prettier --write ."
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@changesets/cli": "^2.27.7",
"@iconify-json/akar-icons": "^1.1.24",
"@iconify-json/bxs": "^1.1.10",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/fluent-emoji-flat": "^1.1.16",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/line-md": "^1.1.38",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/tabler": "^1.1.116",
"@iconify-json/vscode-icons": "^1.1.35",
"@kwchang0831/qwer": "link:QWER",
"@kwchang0831/svelte-qwer": "link:",
"@sveltejs/adapter-cloudflare": "^4.6.1",
"@sveltejs/adapter-netlify": "4.3.1",
"@sveltejs/adapter-node": "5.2.0",
"@sveltejs/adapter-static": "3.0.2",
"@sveltejs/adapter-vercel": "5.4.1",
"@sveltejs/kit": "2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@types/flexsearch": "^0.7.6",
"@types/nprogress": "^0.2.3",
"@types/eslint": "^8.56.7",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@unocss/core": "^0.61.3",
"@unocss/extractor-svelte": "^0.61.3",
"@unocss/preset-icons": "^0.61.3",
"@unocss/preset-uno": "^0.61.3",
"@unocss/reset": "^0.61.3",
"@unocss/transformer-compile-class": "^0.61.3",
"@unocss/transformer-directives": "^0.61.3",
"@unocss/transformer-variant-group": "^0.61.3",
"cross-env": "^7.0.3",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"globals": "^15.0.0",
"flexsearch": "^0.7.43",
"gitmoji-cli": "^9.4.0",
"husky": "^9.0.11",
"imagetools-core": "^7.0.0",
"katex": "^0.16.11",
"lint-staged": "^15.2.7",
"lz-string": "^1.5.0",
"medium-zoom": "^1.1.0",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"rimraf": "^5.0.8",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.1",
"tippy.js": "^6.3.7",
"tslib": "^2.6.3",
"typesafe-i18n": "^5.26.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0-alpha.20",
"unocss": "^0.61.3",
"unocss-preset-scrollbar": "^0.3.1",
"vite": "^5.3.3",
"vite-imagetools": "^7.0.2"
}
}