-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "cranio-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --noEmit",
"format": "prettier -w ."
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@hapi/boom": "^10.0.1",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.4",
"ejs": "^3.1.9",
"formik": "^2.2.9",
"framer-motion": "^6",
"google-auth-library": "^8.7.0",
"mongoose": "^7.0.3",
"next": "12.1.5",
"next-connect": "^0.13.0",
"nodemailer": "^6.9.1",
"react": "18.1.0",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^2.3.1",
"react-circular-progressbar": "^2.0.4",
"react-dom": "18.1.0",
"react-fast-marquee": "^1.3.1",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5",
"sweetalert2": "^11.4.10",
"sweetalert2-react-content": "^5.0.0"
},
"devDependencies": {
"@types/chroma-js": "^2.1.3",
"@types/ejs": "^3.1.2",
"@types/node": "17.0.29",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-only-warn": "^1.0.3",
"prettier": "^2.8.7",
"typescript": "4.6.4"
}
}