mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-10 23:39:22 +08:00
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "@devhub/web",
|
|
"version": "0.43.0",
|
|
"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.0.0",
|
|
"@devhub/components": "0.43.0",
|
|
"react": "16.7.0-alpha.2",
|
|
"react-app-polyfill": "^0.1.3",
|
|
"react-art": "16.7.0-alpha.2",
|
|
"react-dom": "16.7.0-alpha.2",
|
|
"react-native-web": "0.9.9",
|
|
"react-scripts": "2.1.1",
|
|
"resize-observer-polyfill": "^1.5.0",
|
|
"smoothscroll-polyfill": "0.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.3.10",
|
|
"@types/node": "^10.12.11",
|
|
"@types/react": "^16.7.11",
|
|
"@types/react-dom": "^16.0.11",
|
|
"babel-plugin-react-native-web": "0.9.9",
|
|
"now": "*",
|
|
"postinstall-prepare": "^1.0.1",
|
|
"prettier": "^1.15.3",
|
|
"react-app-rewired": "^1.6.2",
|
|
"serve": "^10.1.1",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-airbnb": "^5.11.1",
|
|
"tslint-config-prettier": "^1.17.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^3.2.2",
|
|
"webpack-bundle-analyzer": "^3.0.3"
|
|
},
|
|
"resolutions": {
|
|
"scheduler": "0.12.0"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 9",
|
|
"not op_mini all"
|
|
]
|
|
}
|