Last change
on this file since f08e256 was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 4 weeks ago |
Add project
|
-
Property mode
set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[d7b7f00] | 1 | {
|
---|
| 2 | "name": "cookcraft-app",
|
---|
| 3 | "version": "0.1.0",
|
---|
| 4 | "private": true,
|
---|
| 5 | "dependencies": {
|
---|
| 6 | "@fortawesome/free-regular-svg-icons": "^6.6.0",
|
---|
| 7 | "@fortawesome/free-solid-svg-icons": "^6.6.0",
|
---|
| 8 | "@fortawesome/react-fontawesome": "^0.2.2",
|
---|
| 9 | "@testing-library/jest-dom": "^5.17.0",
|
---|
| 10 | "@testing-library/react": "^13.4.0",
|
---|
| 11 | "@testing-library/user-event": "^13.5.0",
|
---|
| 12 | "axios": "^1.7.4",
|
---|
| 13 | "leaflet": "^1.9.4",
|
---|
| 14 | "react": "^18.3.1",
|
---|
| 15 | "react-dom": "^18.3.1",
|
---|
| 16 | "react-icons": "^5.3.0",
|
---|
| 17 | "react-leaflet": "^4.2.1",
|
---|
| 18 | "react-map-gl": "^7.1.7",
|
---|
| 19 | "react-modal": "^3.16.1",
|
---|
| 20 | "react-router-dom": "^6.26.0",
|
---|
| 21 | "react-scripts": "^5.0.1",
|
---|
| 22 | "web-vitals": "^2.1.4"
|
---|
| 23 | },
|
---|
| 24 | "scripts": {
|
---|
| 25 | "start": "react-scripts start",
|
---|
| 26 | "build": "react-scripts build",
|
---|
| 27 | "test": "react-scripts test",
|
---|
| 28 | "eject": "react-scripts eject"
|
---|
| 29 | },
|
---|
| 30 | "eslintConfig": {
|
---|
| 31 | "extends": [
|
---|
| 32 | "react-app",
|
---|
| 33 | "react-app/jest"
|
---|
| 34 | ]
|
---|
| 35 | },
|
---|
| 36 | "browserslist": {
|
---|
| 37 | "production": [
|
---|
| 38 | ">0.2%",
|
---|
| 39 | "not dead",
|
---|
| 40 | "not op_mini all"
|
---|
| 41 | ],
|
---|
| 42 | "development": [
|
---|
| 43 | "last 1 chrome version",
|
---|
| 44 | "last 1 firefox version",
|
---|
| 45 | "last 1 safari version"
|
---|
| 46 | ]
|
---|
| 47 | },
|
---|
| 48 | "devDependencies": {
|
---|
| 49 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11"
|
---|
| 50 | }
|
---|
| 51 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.