-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) ยท 928 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) ยท 928 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
{
"name": "sprinter-frontend-beve",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.7.2",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"axios": "^0.24.0",
"framer-motion": "^4.1.17",
"mongodb": "^3.7.3",
"next": "^12.0.5",
"next-images": "^1.8.2",
"package": "^1.0.1",
"react": "17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.19.5",
"react-icons": "^4.3.1",
"recoil": "^0.5.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.4",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
}
}