-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 743 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 743 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.19",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.1",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"framer-motion": "^4.1.16",
"graphql": "^15.5.0",
"next": "~10.2.0",
"react": "~17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@types/graphql": "^14.5.0",
"@types/react": "^17.0.5",
"html-webpack-plugin": "^5.3.1",
"typescript": "^4.2.4",
"webpack": "^5.37.1",
"webpack-dev-server": "^3.11.2"
}
}