-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "sullog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-slider": "^1.3.1",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"chartjs-plugin-datalabels": "^2.1.0",
"immutable": "^4.1.0",
"mapbox-gl": "^2.9.1",
"next": "12.1.6",
"prettier": "^2.6.2",
"react": "18.1.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.1.0",
"react-map-gl": "^7.0.16",
"react-query": "^3.39.1",
"react-simple-star-rating": "^4.0.5",
"react-slider": "^2.0.3",
"recoil": "^0.7.4",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"swiper": "^8.3.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.6",
"@types/node": "17.0.41",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"typescript": "4.7.3"
}
}