-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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
{
"name": "bpfe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.11",
"@googlemaps/markerclusterer": "^1.0.17",
"aos": "^3.0.0-beta.6",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"joi": "^17.4.2",
"next": "12.0.7",
"papaparse": "^5.3.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.7.0",
"styled-components": "^5.3.1"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-hooks": "^0.4.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1"
}
}