-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "@minimal-nx-nextjs-emotion-mui/source",
"version": "0.0.0",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.0.2",
"scripts": {
"lint": "nx lint app",
"test": "nx test app",
"build": "nx build app",
"dev": "nx serve app"
},
"dependencies": {
"@emotion/react": "11.11.3",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.11.0",
"@fontsource/roboto": "5.0.8",
"@mui/material": "5.15.4",
"@mui/material-nextjs": "5.15.3",
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@nx/devkit": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/next": "17.2.8",
"@nx/playwright": "17.2.8",
"@nx/react": "17.2.8",
"@nx/workspace": "17.2.8",
"@playwright/test": "1.40.1",
"@swc-node/register": "1.6.8",
"@swc/core": "1.3.102",
"@swc/jest": "0.2.29",
"@swc/plugin-emotion": "2.5.108",
"@testing-library/react": "14.1.2",
"@types/jest": "29.5.11",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"babel-jest": "29.7.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-playwright": "0.21.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "17.2.8",
"prettier": "3.1.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
}
}