-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 931 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 931 Bytes
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
{
"name": "http-helper",
"version": "2.14.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@primeuix/themes": "^2.0.0",
"highlight.js": "^11.11.1",
"pinia": "^2.3.0",
"primeicons": "^7.0.0",
"primevue": "^4.5.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0",
"@types/chrome": "^0.0.287",
"@types/node": "^26.0.1",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vue-tsc": "^2.1.10"
},
"pnpm": {
"overrides": {
"keyv@6.0.0": "5.6.0",
"flat-cache@6.1.24": "6.1.23",
"cache-manager@7.2.10": "7.2.9",
"file-entry-cache@11.1.6": "11.1.5",
"cacheable@2.5.1": "2.5.0",
"cacheable-request@13.0.20": "13.0.19",
"ecto@5.0.1": "5.0.0"
}
}
}