-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
{
"name": "home-highlights-two",
"version": "1.1.0",
"main": "index.js",
"author": "Valentin Berlin <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build",
"test": "jest",
"lint": "eslint . '*/**/*.{js,ts,tsx}' --fix",
"typecheck": "tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.7",
"@mui/material": "5.15.7",
"@mui/styles": "5.15.7",
"@rollbar/react": "0.11.2",
"@reduxjs/toolkit": "1.9.7",
"faunadb": "4.8.0",
"isomorphic-unfetch": "4.0.2",
"next": "12.3.4",
"notistack": "2.0.8",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.1.0",
"redux": "5.0.1",
"rollbar": "2.26.2"
},
"devDependencies": {
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.2.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/redux-mock-store": "1.0.6",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"babel-plugin-module-resolver": "5.0.0",
"classnames": "2.5.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-testing-library": "6.2.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"prettier": "3.2.4",
"redux-mock-store": "1.5.4",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"ts-jest": "29.1.2",
"typescript": "5.3.3"
},
"volta": {
"node": "20.11.0",
"yarn": "1.22.21"
}
}