-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 900 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": "mysite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@svgr/webpack": "^6.2.1",
"axios": "^0.26.1",
"formik": "^2.2.9",
"framer-motion": "^6.3.3",
"next": "^12.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-intl": "^6.0.5",
"react-lottie": "^1.2.3",
"react-outclick": "^0.0.4",
"react-spring": "^8.0.27",
"sass": "^1.54.1",
"use-3d-effect": "^1.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/react-lottie": "^1.2.6",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"typescript": "4.6.3"
}
}