-
Notifications
You must be signed in to change notification settings - Fork 547
/
Copy pathpackage.json
38 lines (38 loc) · 949 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
{
"devDependencies": {
"ali-oss": "^6.18.1",
"markdown-it-mark": "^3.0.0",
"vuepress": "^1.5.0"
},
"name": "just-react",
"description": "React技术揭秘",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "vuepress dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs && npm run tongji",
"build1": "vuepress build docs && npm run tongji",
"deploy1": "node publish_to_OSS.js",
"tongji": "node ./.bin/create_tongji",
"deploy": "sh deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetaSu/just-react.git"
},
"resolutions": {
"watchpack": "1.6.1"
},
"keywords": [
"react"
],
"author": "beta_su",
"license": "MIT",
"bugs": {
"url": "https://github.com/BetaSu/just-react/issues"
},
"homepage": "https://github.com/BetaSu/just-react#readme"
}