-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "alison-abroad",
"version": "1.0.0",
"description": "A MERN stack project to showcase Alison's time in Europe",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.11",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-grid-layout": "^1.3.2",
"@types/react-image-gallery": "^1.2.0",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.9",
"bcrypt": "5.0.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"isotope-layout": "^3.0.6",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"latest": "^0.2.0",
"mongodb": "^4.13.0",
"mongoose": "^6.11.3",
"multer": "^1.4.5-lts.1",
"next-gallery": "^1.2.1",
"node-pre-gyp": "^0.17.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"react": "^18.3.1",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.3.1",
"react-grid-gallery": "^1.0.0",
"react-image-gallery": "^1.2.11",
"react-photo-album": "^2.3.0",
"react-responsive-masonry": "^2.1.7",
"react-router-dom": "^6.6.2",
"react-scripts": "^5.0.1",
"react-simple-maps": "^3.0.0",
"react-toastify": "^9.1.3",
"typescript": "^4.9.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"webpack": "^5.38.1"
},
"scripts": {
"install-server": "cd backend && npm install",
"start-server": "cd backend && node server.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/isotope-layout": "^3.0.9",
"@types/multer": "^1.4.7",
"@types/react-responsive-masonry": "^2.1.0",
"@types/react-simple-maps": "^3.0.0",
"tailwindcss": "^3.2.4",
"webpack": "^4.28.3"
}
}