-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "next-redux-ts-logic-mui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:coverage": "jest --coverage --maxWorkers=3",
"test:watch": "jest --watch",
"test:types": "tsc --noEmit",
"test": "jest --maxWorkers=3"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.18",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"next": "13.4.19",
"normalizr": "^3.6.2",
"qs": "^6.11.2",
"ramda": "^0.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"redux-logic": "^3.0.3",
"redux-mock-store": "^1.5.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/node": "20.6.2",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.29.3",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/redux-mock-store": "^1.0.3",
"@types/tailwindcss": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.47.0",
"eslint-config-next": "13.4.19",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-no-relative-import-paths": "^1.5.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^6.0.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "14.0.1",
"postcss": "^8.4.28",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "0.5.3",
"sass": "^1.66.1",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "5.2.2"
}
}