-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "browser-bookmarks-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:watch": "cross-env VITE_DEV_URL=http://192.168.1.87:7494/ pnpm build --watch",
"dev:themes": "cd themes && pnpm dev",
"start": "run-p \"dev:themes\" \"build:watch\""
},
"dependencies": {
"@octokit/rest": "^21.0.2",
"@vueuse/core": "^11.0.3",
"bem-ts": "^0.14.0",
"js-base64": "^3.7.7",
"lodash-es": "^4.17.21",
"path-browserify": "^1.0.1",
"pinia": "^2.2.2",
"pinyin-pro": "^3.24.2",
"tdesign-icons-vue-next": "^0.2.6",
"tdesign-vue-next": "^1.10.0",
"vue": "^3.5.3"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.4",
"@types/path-browserify": "^1.0.3",
"@vitejs/plugin-vue": "^5.1.2",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"chrome-types": "^0.1.301",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"npm-run-all": "^4.1.5",
"sass-embedded": "^1.78.0",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.1",
"vite-plugin-importmap": "^0.1.1",
"vite-plugin-vue-devtools": "^7.4.5",
"vue-tsc": "^2.0.29"
}
}