-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.27 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
{
"name": "diary",
"nameZh": "标题日记",
"type": "module",
"description": "一句话概括你的一天",
"version": "9.1.2",
"dateModify": "2024.12.30",
"dateInit": "2018.08.14",
"adminEmail": "kylebing@163.com",
"author": {
"email": "kylebing@163.com",
"homePage": "http://kylebing.cn",
"name": "KyleBing",
"nameZh": "邴新科"
},
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^3.3.1",
"axios": "^1.6.3",
"clipboard": "^2.0.11",
"core-js": "^3.26.1",
"echarts": "^5.4.3",
"floating-vue": "^2.0.0-beta.20",
"js-base64": "^3.7.5",
"js-calendar-converter": "^0.0.6",
"marked": "^4.2.4",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"qiniu-js": "^3.4.1",
"register-service-worker": "^1.7.2",
"v-calendar": "^3.1.2",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.69.6",
"sass-loader": "^13.3.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-zip-pack": "^1.0.7",
"vite-svg-loader": "^5.1.0",
"vue-tsc": "^1.8.5"
}
}