diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 0000000..4dd1930 --- /dev/null +++ b/frontend/package.json @@ -0,0 +1,34 @@ +{ + "name": "caronte-frontend", + "version": "0.1.0", + "private": false, + "dependencies": { + "@testing-library/jest-dom": "^4.2.4", + "@testing-library/react": "^9.3.2", + "@testing-library/user-event": "^7.1.2", + "react": "^16.13.1", + "react-dom": "^16.13.1", + "react-scripts": "3.4.1" + }, + "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" + ] + } +} |