-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 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
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
{
"name": "visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"lint-staged": "lint-staged",
"lint:fix": "eslint --fix src/**/*.{js,jsx,ts,tsx} pages/**/*.{js,jsx,ts,tsx}",
"format": "prettier --write ."
},
"dependencies": {
"@next/font": "13.1.1",
"@reduxjs/toolkit": "^1.9.3",
"@types/leaflet": "^1.9.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"aws-amplify": "^5.0.18",
"eslint-config-next": "13.1.1",
"faker": "^6.6.6",
"framer-motion": "^10.12.17",
"js-cookie": "^3.0.1",
"leaflet": "^1.9.4",
"mapbox-gl": "^2.15.0",
"next": "13.1.1",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-datepicker": "^4.14.1",
"react-dom": "18.2.0",
"react-icons": "^4.9.0",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.0.25",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"redux": "^4.2.1",
"slick-carousel": "^1.8.1",
"swiper": "^9.3.2",
"typescript": "4.9.4"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/js-cookie": "^3.0.3",
"@types/react-datepicker": "^4.11.2",
"@types/react-slick": "^0.23.10",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.0",
"lint-staged": "^13.2.0",
"postcss": "^8.4.21",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.0.1",
"prettier": "^2.8.7",
"tailwindcss": "^3.2.7"
}
}