mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-19 15:11:52 +03:00
5da642e8eb
* Change typescript modules to esnext * Fix tsconfigs and use recommended settings * Fix server not loading env variables * Fix TS output overwriting error * Fix wrong types * Change MainPage.tsx to MainPage.jsx * Remove duplication for Node tsconfig * Update e2e tests for TS fixes * Fix formatting
47 lines
1011 B
JSON
Generated
47 lines
1011 B
JSON
Generated
{
|
|
"browserslist": {
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
],
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^4.13.0",
|
|
"axios": "^0.27.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.3.3",
|
|
"react-scripts": "5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/create-react-app": "^1.0.3",
|
|
"@types/react": "^18.0.25",
|
|
"@types/react-dom": "^18.0.8",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"engineStrict": true,
|
|
"engines": {
|
|
"node": "^18.12.0",
|
|
"npm": "^8.19.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"name": "waspCompile",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"test": "react-scripts test"
|
|
},
|
|
"version": "0.0.0"
|
|
}
|