-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 990 Bytes
/
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
{
"name": "winds",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"prettier": "prettier --write '{components,pages,styles,utilities}/**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"classnames": "^2.3.1",
"luxon": "^2.3.1",
"microcms-js-sdk": "^2.1.0",
"next": "12.1.4",
"nodemailer": "^6.7.7",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/google.maps": "^3.49.2",
"@types/luxon": "^2.3.1",
"@types/node": "17.0.23",
"@types/nodemailer": "^6.4.5",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"prettier": "^2.6.2",
"sass": "^1.50.0",
"typescript": "4.6.3"
}
}