Last change
on this file since 364f27d was 364f27d, checked in by MetodiMladenovski <meto.18@…>, 14 months ago |
added projects and db scripts
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | {
|
---|
2 | "name": "rebumk-react",
|
---|
3 | "version": "0.1.0",
|
---|
4 | "private": true,
|
---|
5 | "dependencies": {
|
---|
6 | "@coreui/coreui": "^4.2.6",
|
---|
7 | "@testing-library/jest-dom": "^5.16.5",
|
---|
8 | "@testing-library/react": "^13.4.0",
|
---|
9 | "@testing-library/user-event": "^13.5.0",
|
---|
10 | "axios": "^1.2.2",
|
---|
11 | "bootstrap": "^5.2.3",
|
---|
12 | "leaflet": "^1.9.3",
|
---|
13 | "leaflet-routing-machine": "^3.2.12",
|
---|
14 | "react": "^18.2.0",
|
---|
15 | "react-bootstrap": "^2.7.2",
|
---|
16 | "react-dom": "^18.2.0",
|
---|
17 | "react-geolocated": "^4.0.3",
|
---|
18 | "react-leaflet": "^4.2.0",
|
---|
19 | "react-router-dom": "^6.6.2",
|
---|
20 | "react-scripts": "5.0.1",
|
---|
21 | "web-vitals": "^2.1.4"
|
---|
22 | },
|
---|
23 | "scripts": {
|
---|
24 | "start": "react-scripts start",
|
---|
25 | "build": "react-scripts build",
|
---|
26 | "test": "react-scripts test",
|
---|
27 | "eject": "react-scripts eject"
|
---|
28 | },
|
---|
29 | "eslintConfig": {
|
---|
30 | "extends": [
|
---|
31 | "react-app",
|
---|
32 | "react-app/jest"
|
---|
33 | ]
|
---|
34 | },
|
---|
35 | "browserslist": {
|
---|
36 | "production": [
|
---|
37 | ">0.2%",
|
---|
38 | "not dead",
|
---|
39 | "not op_mini all"
|
---|
40 | ],
|
---|
41 | "development": [
|
---|
42 | "last 1 chrome version",
|
---|
43 | "last 1 firefox version",
|
---|
44 | "last 1 safari version"
|
---|
45 | ]
|
---|
46 | }
|
---|
47 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.