parent
ede9cd61d9
commit
15096a98bb
|
|
@ -27,11 +27,10 @@
|
||||||
"typeface-roboto": "0.0.54"
|
"typeface-roboto": "0.0.54"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts-ts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts-ts build",
|
"build": "react-scripts build",
|
||||||
"postbuild": "rimraf build/**/*.map",
|
"test": "react-scripts test --env=node",
|
||||||
"test": "react-scripts-ts test",
|
"eject": "react-scripts eject",
|
||||||
"eject": "react-scripts-ts eject",
|
|
||||||
"lint": "tslint --project .",
|
"lint": "tslint --project .",
|
||||||
"lintfix": "tslint --fix --project .",
|
"lintfix": "tslint --fix --project .",
|
||||||
"format": "prettier \"src/**/*.{ts,tsx}\" --write",
|
"format": "prettier \"src/**/*.{ts,tsx}\" --write",
|
||||||
|
|
@ -55,11 +54,26 @@
|
||||||
"get-port": "^4.0.0",
|
"get-port": "^4.0.0",
|
||||||
"prettier": "^1.14.2",
|
"prettier": "^1.14.2",
|
||||||
"puppeteer": "^1.8.0",
|
"puppeteer": "^1.8.0",
|
||||||
"react-scripts-ts": "2.17.0",
|
"react-scripts": "3.1.1",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"tree-kill": "^1.2.0",
|
"tree-kill": "^1.2.0",
|
||||||
"tslint-sonarts": "^1.7.0",
|
"tslint-sonarts": "^1.7.0",
|
||||||
"typescript": "^3.0.1",
|
"typescript": "^3.0.1",
|
||||||
"wait-on": "^3.0.1"
|
"wait-on": "^3.0.1"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/// <reference types="react-scripts" />
|
||||||
Loading…
Reference in New Issue