-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "flate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^2.20.1",
"formik": "^2.2.6",
"framer-motion": "^4.1.3",
"hamburger-react": "^2.4.0",
"leaflet": "^1.7.1",
"leaflet-defaulticon-compatibility": "^0.1.1",
"leaflet-geosearch": "^3.3.1",
"next": "10.1.2",
"next-compose-plugins": "^2.2.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-image-lightbox": "^5.1.1",
"react-leaflet": "^3.1.0",
"react-lottie": "^1.2.3",
"react-paginate": "^7.1.2",
"react-slick": "^0.28.1",
"react-tooltip": "^4.2.17",
"reoverlay": "^1.0.0",
"sass": "^1.32.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/faker": "^5.5.1",
"@types/leaflet": "^1.7.0",
"@types/node": "^14.14.13",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-lottie": "^1.2.5",
"@types/react-paginate": "^6.2.1",
"@types/react-slick": "^0.23.4",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.4",
"prisma": "2.20.1",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
}
}