-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.09 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
{
"name": "beautiful-python-docs",
"description": "一款谷歌浏览器插件,将会给你呈现一个更好看的 python 教程",
"version": "1.0.0",
"homePage": "https://github.com/ruofee/beautiful-python-docs",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development run-p dev:*",
"dev:pre": "esno ./build/pre",
"dev:web": "vite build --config ./build/vite.config.ts",
"dev:content": "vite build --config ./build/vite.content.config.ts",
"build": "cross-env NODE_ENV=production run-p dev:*",
"build:pack": "npm run build && esno ./build/pack"
},
"devDependencies": {
"@types/chrome": "^0.0.180",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.23",
"@vitejs/plugin-vue": "^2.3.1",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"esno": "^0.14.1",
"fs-extra": "^10.0.1",
"github-markdown-css": "^5.1.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.6.3",
"vite": "^2.9.1",
"vite-plugin-windicss": "^1.8.3",
"vue": "^3.2.31",
"vue-tsc": "^0.33.9",
"windicss": "^3.5.1"
}
}