-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 866 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
{
"name": "rkrohk",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.1",
"@chakra-ui/react": "^1.0.3",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"autoprefixer": "^10.1.0",
"formik": "^2.2.6",
"framer-motion": "^2.9.5",
"mongodb": "^3.6.3",
"next": "10.0.3",
"postcss": "^8.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^4.1.0",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"@types/mongodb": "^3.6.3",
"@types/node": "^14.14.12",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint-plugin-tsdoc": "^0.2.10",
"typescript": "^4.1.3"
}
}