-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "portfolio-latest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.12.1",
"@types/react-leaflet": "^2.8.2",
"@vercel/analytics": "^0.1.3",
"aos": "^2.3.4",
"battery": "^1.0.1",
"cookie-cutter": "^0.2.0",
"detect-browser": "^5.3.0",
"detect-gpu": "^4.0.36",
"framer-motion": "^4.1.17",
"leaflet": "^1.8.0",
"next": "^12.2.2",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-leaflet": "^4.0.1",
"react-scroll": "^1.8.8",
"react-timer-hook": "^3.0.5",
"serve": "^14.0.1",
"systeminformation": "^5.12.5",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"@types/leaflet": "^1.7.11",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"autoprefixer": "10.4.5",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"postcss": "^8.4.14",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
}
}