-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.54 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
55
56
57
{
"name": "bsc-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.16",
"@mui/styled-engine-sc": "^5.10.16",
"@mui/x-data-grid": "^5.17.14",
"@mui/x-date-pickers": "^6.0.0",
"@reduxjs/toolkit": "^1.9.3",
"@types/papaparse": "^5.3.5",
"dayjs": "^1.11.7",
"firebase": "^9.10.0",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"next": "^13.1.6",
"next-redux-wrapper": "^8.1.0",
"papaparse": "^5.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-redux": "^8.0.5",
"react-select": "^5.5.6",
"react-uuid": "^2.0.0",
"redux-firestore": "^1.0.0",
"styled-components": "^5.3.6",
"yup": "^1.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.0",
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"lint-staged": "^13.1.0",
"prettier": "^2.8.3",
"typescript": "4.8.3"
}
}