mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-18 03:58:44 +08:00
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "devhub-web",
|
|
"version": "0.10.0",
|
|
"private": true,
|
|
"homepage": "https://brunolemos.github.io/devhub_ts",
|
|
"scripts": {
|
|
"build": "react-app-rewired build",
|
|
"deploy": "gh-pages -d build",
|
|
"eject": "react-app-rewired eject",
|
|
"predeploy": "npm run build",
|
|
"prepare": "patch-package",
|
|
"serve": "serve build",
|
|
"start": "react-app-rewired start",
|
|
"test": "react-app-rewired test"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.0.0",
|
|
"react": "^16.5.2",
|
|
"react-app-polyfill": "^0.1.3",
|
|
"react-art": "^16.5.2",
|
|
"react-dom": "^16.5.2",
|
|
"react-native-web": "^0.9.3",
|
|
"react-navigation-tabs": "^0.8.4",
|
|
"react-scripts": "2.0.5",
|
|
"resize-observer-polyfill": "^1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^23.3.5",
|
|
"@types/node": "^10.12.0",
|
|
"@types/react": "^16.4.18",
|
|
"@types/react-dom": "^16.0.9",
|
|
"babel-plugin-react-native-web": "0.9.3",
|
|
"fork-ts-checker-webpack-plugin": "^0.4.10",
|
|
"gh-pages": "^2.0.1",
|
|
"patch-package": "^5.1.1",
|
|
"postinstall-prepare": "^1.0.1",
|
|
"react-app-rewired": "^1.6.2",
|
|
"serve": "^10.0.2",
|
|
"typescript": "^3.1.3"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 9",
|
|
"not op_mini all"
|
|
]
|
|
}
|