diff options
| author | 9308233900 <reagan_hunt@brown.edu> | 2021-04-09 14:06:10 -0700 |
|---|---|---|
| committer | 9308233900 <reagan_hunt@brown.edu> | 2021-04-09 14:06:10 -0700 |
| commit | 3628ded6ad537c01ce51ee9a7ffb008bd1b0e228 (patch) | |
| tree | 6626521b085a511b9aabb42350481253d0573d78 /package.json | |
| parent | 12001ff00fddde940de6fb8d26fed3b8e5bc0f8c (diff) | |
server up
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..93b47d2 --- /dev/null +++ b/package.json @@ -0,0 +1,41 @@ +{ + "name": "maps", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^5.11.4", + "@testing-library/react": "^11.1.0", + "@testing-library/user-event": "^12.1.10", + "axios": "^0.21.1", + "cors": "^2.8.5", + "react": "^17.0.1", + "react-awesome-button": "^6.5.1", + "react-dom": "^17.0.1", + "react-scripts": "4.0.3", + "web-vitals": "^1.0.1" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} |
