-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 933 Bytes
/
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": "web-resources",
"version": "1.0.0",
"description": "前端开发者资源",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs --host",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"keywords": [
"React",
"react",
"Vue",
"vue",
"Vue3",
"vue3",
"js",
"javascript",
"uniapp",
"uni-app",
"小程序",
"weapp",
"h5",
"web",
"前端",
"前端开发",
"vite",
"resources"
],
"author": "itmanyong",
"license": "MIT",
"dependencies": {
"vitepress": "1.0.0-alpha.35"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itmanyong/web-resources.git"
},
"bugs": {
"url": "https://github.com/itmanyong/web-resources/issues"
},
"homepage": "https://github.com/itmanyong/web-resources#readme",
"devDependencies": {
"sass": "^1.56.1"
}
}