-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 918 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
{
"name": "my-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@lottiefiles/lottie-player": "^1.4.4",
"@mantine/core": "^3.1.6",
"@mantine/hooks": "^3.1.6",
"@nextui-org/react": "^1.0.1-alpha.57",
"framer-motion": "^5.2.1",
"next": "12.0.3",
"phosphor-react": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.2",
"sass": "^1.43.4"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.3",
"typescript": "4.4.4"
}
}