-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 4.23 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 4.23 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
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
{
"name": "@davidcode0128/davidcode.tw",
"version": "0.4.1",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/davidcode0128/davidcode.tw",
"repository": {
"type": "git",
"url": "https://github.com/davidcode0128/davidcode.tw.git"
},
"bugs": {
"url": "https://github.com/davidcode0128/davidcode.tw/issues"
},
"author": "davidcode",
"packageManager": "pnpm@7.9.3",
"engines": {
"pnpm": "^7.0.0"
},
"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: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: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",
"cleandeep": "npm-run-all -s clean clean:sveltekit clean:husky clean:node_modules",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. .",
"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 install && npx husky set .husky/pre-commit \"npx lint-staged\" && gitmoji -i",
"typesafe-i18n": "typesafe-i18n"
},
"lint-staged": {
"*.{html,scss,css,svelte,ts,js}": "prettier --write --plugin-search-dir=."
},
"devDependencies": {
"@builder.io/partytown": "^0.7.1",
"@changesets/cli": "^2.25.0",
"@iconify-json/akar-icons": "^1.1.8",
"@iconify-json/bxs": "^1.1.4",
"@iconify-json/carbon": "^1.1.8",
"@iconify-json/fluent-emoji-flat": "^1.1.2",
"@iconify-json/ic": "^1.1.9",
"@iconify-json/line-md": "^1.1.16",
"@iconify-json/mdi": "^1.1.33",
"@iconify-json/tabler": "^1.1.38",
"@iconify-json/vscode-icons": "^1.1.15",
"@sveltejs/adapter-netlify": "1.0.0-next.81",
"@sveltejs/adapter-node": "1.0.0-next.98",
"@sveltejs/adapter-static": "1.0.0-next.44",
"@sveltejs/adapter-vercel": "1.0.0-next.79",
"@sveltejs/kit": "1.0.0-next.515",
"@threlte/core": "^4.3.2",
"@threlte/extras": "^4.3.0",
"@types/flexsearch": "^0.7.3",
"@types/lz-string": "^1.3.34",
"@types/nprogress": "^0.2.0",
"@types/three": "^0.144.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@unocss/core": "^0.45.29",
"@unocss/preset-icons": "^0.45.29",
"@unocss/preset-uno": "^0.45.29",
"@unocss/reset": "^0.45.29",
"@unocss/transformer-compile-class": "^0.45.29",
"@unocss/transformer-directives": "^0.45.29",
"@unocss/transformer-variant-group": "^0.45.29",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"flexsearch": "^0.7.31",
"gitmoji-cli": "^7.0.2",
"husky": "^8.0.1",
"katex": "^0.16.2",
"lint-staged": "^13.0.3",
"lz-string": "^1.4.4",
"medium-zoom": "^1.0.6",
"npm-run-all": "^4.1.5",
"nprogress": "^0.2.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"rimraf": "^3.0.2",
"sass": "^1.55.0",
"svelte": "^3.51.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"three": "^0.145.0",
"tippy.js": "^6.3.7",
"tslib": "^2.4.0",
"typesafe-i18n": "^5.14.0",
"typescript": "^4.8.4",
"unocss": "^0.45.29",
"unocss-preset-scrollbar": "^0.2.1",
"vite": "^3.1.7",
"vite-imagetools": "^4.0.11"
},
"peerDependencies": {
"vite": "^3.1.0-beta.1"
}
}