-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 764 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/fira-code": "^4.4.5",
"framer-motion": "^4.1.17",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-pdf": "^5.3.0"
},
"devDependencies": {
"@types/react": "17.0.11",
"@types/react-pdf": "^5.0.3",
"@types/react-swipeable": "^5.2.0",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"typescript": "4.3.2"
}
}