mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@devhub/web",
|
|
"version": "0.47.4",
|
|
"private": false,
|
|
"homepage": "./",
|
|
"scripts": {
|
|
"build": "yarn compile && react-app-rewired build && shx rm -rf dist && mv build dist",
|
|
"clean": "shx rm -rf dist/*",
|
|
"compile": "tsc -b",
|
|
"deploy": "yarn build && yarn now && yarn now alias",
|
|
"eject": "react-app-rewired eject",
|
|
"format": "prettier --write '{.,src/**}/*.{js,jsx,ts,tsx}'",
|
|
"lint": "tslint -p .",
|
|
"now": "now --local-config=../../now.json",
|
|
"prepare": "cd .. && yarn patch-package",
|
|
"serve": "serve dist",
|
|
"start": "react-app-rewired start",
|
|
"test": "react-app-rewired test"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "7.4.0",
|
|
"@devhub/components": "0.47.4",
|
|
"react": "16.8.4",
|
|
"react-app-polyfill": "0.2.2",
|
|
"react-art": "16.8.4",
|
|
"react-dom": "16.8.4",
|
|
"react-native-web": "0.11.1",
|
|
"react-scripts": "2.1.8",
|
|
"resize-observer-polyfill": "1.5.1",
|
|
"smoothscroll-polyfill": "0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "24.0.11",
|
|
"@types/node": "11.11.4",
|
|
"@types/react": "16.8.8",
|
|
"@types/react-dom": "16.8.3",
|
|
"babel-plugin-react-native-web": "0.11.1",
|
|
"now": "*",
|
|
"postinstall-prepare": "1.0.1",
|
|
"prettier": "1.16.4",
|
|
"react-app-rewired": "2.1.1",
|
|
"serve": "10.1.2",
|
|
"tslint": "5.14.0",
|
|
"tslint-config-airbnb": "5.11.1",
|
|
"tslint-config-prettier": "1.18.0",
|
|
"tslint-react": "3.6.0",
|
|
"typescript": "3.3.4000",
|
|
"webpack-bundle-analyzer": "3.1.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 9",
|
|
"not op_mini all"
|
|
]
|
|
}
|