-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "exam-grade-boost",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:dev": "cypress open",
"test": "cypress run",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@sendgrid/mail": "^7.6.2",
"bcryptjs": "^2.4.3",
"cookies": "^0.8.0",
"docxtemplater": "^3.29.0",
"file-saver": "^2.0.5",
"findlogs": "^1.0.10",
"framer-motion": "^6.2.8",
"jspdf": "^2.5.1",
"next": "12.1.0",
"pg": "^8.7.3",
"pizzip": "^3.1.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"styled-components": "^5.3.3"
},
"devDependencies": {
"cypress": "^9.5.2",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"prettier": "^2.6.0"
}
}