-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"name": "nextjsmap",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.12",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.22.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"next-seo": "^6.0.0",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"sass": "^1.62.0",
"scss": "^0.2.4",
"swr": "^2.1.3",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/navermaps": "^3.6.4",
"eslint-config-prettier": "^8.8.0",
"prettier": "2.8.7"
},
"packageManager": "[email protected]"
}