-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 974 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 974 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
33
34
35
36
37
38
{
"name": "devhunter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.4.2",
"@emotion/react": "11",
"@emotion/styled": "11",
"@typegoose/typegoose": "^7.6.0",
"axios": "^0.21.1",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"chakra-ui-markdown-renderer": "^1.1.0",
"date-fns": "^2.19.0",
"framer-motion": "4",
"mongoose": "5.10.18",
"next": "10.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.0.5",
"react-icons": "^4.2.0",
"react-markdown": "^5.0.3",
"remark-gfm": "^1.0.0",
"swr": "^0.5.5"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@types/mongoose": "5.10.x",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
}
}