-
Notifications
You must be signed in to change notification settings - Fork 748
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"name": "taro-ui-docs",
"version": "3.2.0-beta.0",
"description": "Taro UI docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
"repository": {
"type": "git",
"url": "[email protected]:nervjs/taro-ui.git"
},
"license": "MIT",
"scripts": {
"dev": "pnpm run build:static && node ./build/dev-server",
"build": "pnpm run build:doc && pnpm run build:static",
"build:doc": "node ./build/build-docs",
"build:static": "node ./build/build-static",
"clean": "rimraf dist"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"dependencies": {
"at-ui-style": "^1.5.1",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"highlight.js": "^10.7.2",
"qrcode.react": "^1.0.0",
"react-router-dom": "^5.1.2",
"regenerator-runtime": "^0.13.5",
"taro-ui-demo": "workspace:^"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/webpack-env": "^1.15.1",
"babel-loader": "^8.1.0",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^6.0.0",
"front-matter": "^3.1.0",
"fs-extra": "^9.0.0",
"html-webpack-plugin": "^4.1.0",
"html-withimg-loader": "^0.1.16",
"htmltojsx": "^0.3.0",
"humps": "^2.0.1",
"json-loader": "^0.5.7",
"loader-utils": "^2.0.0",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"ora": "^4.0.3",
"postcss": "^8.4.31",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^4.0.0",
"webpack": "^4.42.1",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2",
"yaml-loader": "^0.6.0"
}
}