-
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) · 878 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 878 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": "bemylover",
"description": "一即全,全即一",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {},
"author": "BelovedYaoo",
"license": "GPL",
"dependencies": {
"@iconify/vue": "4.1.2",
"@types/js-cookie": "3.0.6",
"@types/node": "22.3.0",
"axios": "1.7.4",
"chart.js": "4.4.3",
"hash.js": "1.1.7",
"js-cookie": "3.0.5",
"pinia": "2.2.4",
"primeflex": "3.3.1",
"primeicons": "6.0.1",
"primevue": "3.39.0",
"vue": "3.4.35",
"vue-router": "4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.2",
"@vue/language-server": "2.1.6",
"eslint": "9.9.0",
"eslint-plugin-vue": "9.27.0",
"globals": "15.9.0",
"sass": "1.77.8",
"typescript": "5.5.3",
"typescript-eslint": "8.1.0",
"vite": "5.4.12",
"vue-tsc": "2.0.29"
}
}