-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "kimkwanka.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "npx tsc --noEmit; npx eslint \"src/**/*.{ts,tsx}\"",
"export": "next build && next export"
},
"dependencies": {
"@react-three/fiber": "^7.0.23",
"@sendgrid/mail": "^7.6.0",
"framer-motion": "^5.4.5",
"modern-css-reset": "^1.4.0",
"next": "^12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-google-recaptcha": "^2.1.0",
"sass": "^1.45.0",
"three": "^0.135.0"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-google-recaptcha": "^2.1.2",
"@types/three": "^0.135.0",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"next-sitemap": "^1.6.203",
"prettier": "^2.5.1",
"typescript": "^4.5.3"
}
}