-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 848 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
{
"name": "zero-demo",
"version": "0.0.1",
"description": "create component from zero with doc and typescript",
"main": "lib/index.js",
"scripts": {
"start": "webpack-dev-server --config ./demo/webpack.config.js",
"start:doc": "bisheng start --config ./_theme/bisheng.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"typescript",
"docs by bisheng"
],
"author": "Tanyb",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"bisheng": "^1.5.1",
"bisheng-plugin-react": "^1.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}