Showing
3 changed files
with
57 additions
and
0 deletions
No preview for this file type
weather_briefing/package.json
0 → 100644
1 | +{ | ||
2 | + "name": "weather_briefing", | ||
3 | + "version": "0.1.0", | ||
4 | + "private": true, | ||
5 | + "dependencies": { | ||
6 | + "@testing-library/jest-dom": "^5.16.4", | ||
7 | + "@testing-library/react": "^13.2.0", | ||
8 | + "@testing-library/user-event": "^13.5.0", | ||
9 | + "axios": "^0.27.2", | ||
10 | + "cors": "^2.8.5", | ||
11 | + "express": "^4.18.1", | ||
12 | + "express-session": "^1.17.3", | ||
13 | + "http-proxy-middleware": "^2.0.6", | ||
14 | + "mongoose": "^6.3.6", | ||
15 | + "node-sass": "^7.0.1", | ||
16 | + "nodemon": "^2.0.16", | ||
17 | + "react": "^18.1.0", | ||
18 | + "react-dom": "^18.1.0", | ||
19 | + "react-redux": "^8.0.2", | ||
20 | + "react-router-dom": "^6.3.0", | ||
21 | + "react-scripts": "5.0.1", | ||
22 | + "redux": "^4.1.2", | ||
23 | + "redux-promise-middleware": "^6.1.2", | ||
24 | + "redux-thunk": "^2.4.1", | ||
25 | + "web-vitals": "^2.1.4", | ||
26 | + "xlsx": "^0.18.5" | ||
27 | + }, | ||
28 | + "scripts": { | ||
29 | + "start": "react-scripts start", | ||
30 | + "build": "react-scripts build", | ||
31 | + "backend": "node server.js", | ||
32 | + "test": "react-scripts test", | ||
33 | + "eject": "react-scripts eject", | ||
34 | + "dev": "concurrently \"npm run backend\" \"npm run start --prefix \"" | ||
35 | + }, | ||
36 | + "eslintConfig": { | ||
37 | + "extends": [ | ||
38 | + "react-app", | ||
39 | + "react-app/jest" | ||
40 | + ] | ||
41 | + }, | ||
42 | + "browserslist": { | ||
43 | + "production": [ | ||
44 | + ">0.2%", | ||
45 | + "not dead", | ||
46 | + "not op_mini all" | ||
47 | + ], | ||
48 | + "development": [ | ||
49 | + "last 1 chrome version", | ||
50 | + "last 1 firefox version", | ||
51 | + "last 1 safari version" | ||
52 | + ] | ||
53 | + }, | ||
54 | + "devDependencies": { | ||
55 | + "redux-devtools-extension": "^2.13.9" | ||
56 | + } | ||
57 | +} |
-
Please register or login to post a comment