-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·85 lines (85 loc) · 2.53 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@uidu/guidu-website",
"version": "0.11.1",
"repository": "https://github.com/uidu-org/guidu/tree/main/website",
"license": "MIT",
"scripts": {
"prebuild": "rm -rf dist",
"build": "node --max-old-space-size=8192 webpack.config.production.js && yarn build:copy",
"build:copy": "cp dist/index.html dist/404.html && cp -R public/* dist/",
"build:no-minimize": "yarn build --no-minimize",
"build:report": "yarn build --report",
"predeploy": "yarn build",
"deploy": "netlify deploy --dir dist/ --prod",
"start": "node webpack.config.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@uidu/badge": "^0.12.1",
"@uidu/breadcrumbs": "2.0.1",
"@uidu/button": "^1.11.1",
"@uidu/checkbox": "^2.8.1",
"@uidu/code": "^1.0.1",
"@uidu/docs": "^0.12.1",
"@uidu/drawer": "^0.14.1",
"@uidu/field-text": "^2.7.1",
"@uidu/form": "^3.4.1",
"@uidu/list": "^3.12.1",
"@uidu/lozenge": "^0.12.1",
"@uidu/modal-dialog": "^1.9.1",
"@uidu/navigation": "^1.8.1",
"@uidu/page-header": "1.2.1",
"@uidu/select": "^2.15.1",
"@uidu/shell": "^3.0.1",
"@uidu/spinner": "^0.12.1",
"@uidu/table": "^6.10.1",
"@uidu/theme": "^0.13.1",
"@uidu/themes-uidu": "^0.6.1",
"@uidu/tooltip": "^0.12.1",
"avataaars": "^2.0.0",
"codesandboxer": "^1.0.3",
"commonmark": "^0.30.0",
"commonmark-react-renderer": "^4.3.5",
"connect-history-api-fallback": "^2.0.0",
"extract-react-types-loader": "^1.0.0",
"lodash.debounce": "^4.0.8",
"netlify-cli": "^10.18.0",
"node-fetch": "^3.3.2",
"prismjs": "^1.29.0",
"query-string": "^7.1.3",
"react": "^18.3.1",
"react-addons-text-content": "^0.0.4",
"react-codesandboxer": "^3.1.5",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-helmet": "^6.1.0",
"react-loadable": "^5.5.0",
"react-markdown": "^8.0.7",
"react-media": "^1.10.0",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-transition-group": "^4.4.5",
"resolve": "^1.22.8",
"semver": "^7.6.3",
"sentence-case": "^4.0.0",
"snake-case": "^4.0.0",
"styled-components": "^5.3.11",
"tslib": "^2.8.1",
"tti-polyfill": "^0.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@uidu/fs-loader": "^0.1.55",
"@uidu/nav-info-loader": "^0.2.9",
"@uidu/webpack-config": "^0.11.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "b7db529527c03f84030c3e712742ff4301bc72c5"
}