forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
909 B
40 lines
909 B
3 years ago
|
{
|
||
|
"name": "portfall",
|
||
|
"author": "Reuben Thomas-Davis<reuben@rekon.uk>",
|
||
|
"version": "0.4.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@material-ui/core": "^4.9.7",
|
||
|
"@material-ui/icons": "^4.9.1",
|
||
|
"@material-ui/lab": "^4.0.0-alpha.46",
|
||
|
"@wailsapp/runtime": "^1.0.0",
|
||
|
"core-js": "^3.1.4",
|
||
|
"react": "^16.8.6",
|
||
|
"react-dom": "^16.8.6",
|
||
|
"react-modal": "3.8.1",
|
||
|
"typeface-roboto": "0.0.75",
|
||
|
"wails-react-scripts": "3.0.1-2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|