-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 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
{
"name": "boc",
"version": "0.1.0",
"private": true,
"scripts": {
"server": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage",
"analyze":"ANALYZE=true npm run build"
},
"dependencies": {
"@jest/globals": "^29.5.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@sendgrid/mail": "^7.7.0",
"api": "^5.0.7",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"firebase": "^9.17.2",
"firebase-admin": "^11.5.0",
"fs": "^0.0.1-security",
"jquery": "^3.6.4",
"js-cookie": "^3.0.1",
"mapbox-gl": "^2.13.0",
"mapbox-gl-geocoder": "^2.0.1",
"next": "13.2.3",
"path": "^0.12.7",
"pg": "^8.10.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-map-gl": "^7.0.21",
"react-scripts": "^5.0.1",
"react-stars": "^2.2.5",
"sharp": "^0.32.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@next/bundle-analyzer": "^13.3.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^29.5.0",
"cross-env": "^7.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-test-renderer": "^18.2.0"
}
}