123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "tutorial",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@testing-library/jest-dom": "^4.2.4",
- "@testing-library/react": "^9.5.0",
- "@testing-library/user-event": "^7.2.1",
- "bootstrap": "^4.5.2",
- "express": "^4.17.1",
- "react": "^16.13.1",
- "react-dom": "^16.13.1",
- "react-router-dom": "^5.2.0",
- "react-scripts": "3.4.3",
- "reactstrap": "^8.6.0",
- "serve": "^11.3.2"
- },
- "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"
- ]
- },
- "description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
- "main": "index.js",
- "devDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://git.hammerle.me/bernie/jku-ba-react.git"
- },
- "author": "",
- "license": "ISC"
- }
|