add prettier,redux,rematch
Showing
.prettierrc.js
0 → 100644
... | ... | @@ -3,18 +3,24 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@rematch/core": "^1.3.0", | ||
"@testing-library/jest-dom": "^4.2.4", | ||
"@testing-library/react": "^9.3.2", | ||
"@testing-library/user-event": "^7.1.2", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-scripts": "3.3.0" | ||
"react-redux": "^7.1.3", | ||
"react-router": "^5.1.2", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "3.3.0", | ||
"redux": "^4.0.4" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"eject": "react-scripts eject", | ||
"prt": "node prt.js" | ||
}, | ||
"eslintConfig": { | ||
"extends": "react-app" | ||
... | ... | @@ -30,5 +36,8 @@ |
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"devDependencies": { | ||
"prettier": "1.19.1" | ||
} | ||
} |
prt.js
0 → 100644
Please
register
or
sign in
to comment