-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 958 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 958 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
{
"name": "tools",
"version": "1.0.0",
"description": "Jerry Zhou的工具箱和个人项目",
"main": "index.js",
"repository": "https://github.com/YangguangZhou/Tools",
"author": "Jerry Zhou <61733195+YangguangZhou@users.noreply.github.com>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@vue/cli": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"axios": "^1.8.4",
"dotenv": "^16.4.7",
"element-plus": "^2.9.7",
"fortawesome": "^0.0.1-security",
"global": "^4.4.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuex": "^4.1.0"
}
}