-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.53 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.53 KB
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
{
"name": "my-resume",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue src",
"format": "prettier --write \"src/**/*.{js,vue,scss}\""
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"bootstrap-themes": "^1.0.2",
"nprogress": "^0.2.0",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"sass": "^1.69.5",
"terser": "^5.26.0",
"vite": "^4.4.0"
},
"description": "<div align=\"center\">\r <!-- knock code pictures 敲代码的图片 -->\r <picture>\r <source media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.jsdelivr.net/gh/yanbo0039/yanbo0039/assets/images/coding1.gif\" />\r <source media=\"(prefers-color-scheme: light)\" srcset=\"https://cdn.jsdelivr.net/gh/yanbo0039/yanbo0039/assets/images/developer.svg\" height=\"225px\" />\r <img width=\"98%\" height=\"115px\" src=\"https://cdn.jsdelivr.net/gh/yanbo0039/yanbo0039/assets/images/coding1.gif\"/>\r </picture>",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC"
}