-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "fcircle-theme-yyyz",
"private": false,
"version": "1.0.12",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@types/lodash": "^4.14.191",
"axios": "^0.27.2",
"console": "^0.7.2",
"core-js": "^3.6.5",
"element-plus": "^2.2.29",
"pinia": "^2.0.29",
"vue": "^3.2.45"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@vitejs/plugin-vue": "^4.0.0",
"terser": "^5.16.3",
"typescript": "^4.9.3",
"unplugin-auto-import": "^0.13.0",
"unplugin-icons": "^0.15.2",
"unplugin-vue-components": "^0.23.0",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiltay/hexo-circle-of-friends-front.git"
},
"keywords": [
"yyyz",
"5.x",
"友链朋友圈前端插件"
],
"author": "yyyz",
"license": "ISC",
"bugs": {
"url": "https://github.com/hiltay/hexo-circle-of-friends-front/issues"
},
"homepage": "https://github.com/hiltay/hexo-circle-of-friends-front#readme"
}