helium-ui/package.json

46 строки
1015 B
JSON

{
"name": "helium-uifork",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.0-beta.2",
"@material-ui/icons": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/yup": "^0.26.13",
"axios": "^0.18.0",
"formik": "^1.5.4",
"formik-material-ui": "0.0.16",
"react": "latest",
"react-dom": "latest",
"react-scripts": "latest",
"typescript": "latest",
"yup": "^0.27.0"
},
"scripts": {
"bootstrap": "npm install",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^16.8.17"
}
}