-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.22 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
73
74
{
"private": true,
"name": "transition-timeline",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all",
"lint": "nx run-many --target=lint --all",
"nx": "nx",
"start": "nx run-many --target=serve --all",
"test": "nx run-many --target=test --all",
"typecheck": "nx run-many --target=typecheck --all"
},
"workspaces": [
"apps/*",
"libs/*"
],
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.5",
"@fortawesome/fontawesome-common-types": "^6.2.1",
"@mui/material": "^5.10.14",
"@mui/styled-engine": "^5.10.14",
"core-js": "^3.26.1",
"date-fns": "^2.29.3",
"next": "13.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.11",
"tslib": "^2.4.1",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@emotion/babel-plugin": "11.10.5",
"@nrwl/eslint-plugin-nx": "15.2.1",
"@nrwl/jest": "15.2.1",
"@nrwl/linter": "15.2.1",
"@nrwl/next": "^15.2.1",
"@nrwl/node": "^15.2.1",
"@nrwl/react": "15.2.1",
"@nrwl/web": "15.2.1",
"@testing-library/react": "13.4.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@typescript-eslint/eslint-plugin": "^5.43.1-alpha.22",
"@typescript-eslint/parser": "^5.43.1-alpha.22",
"babel-jest": "29.3.1",
"eslint": "~8.28.0",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"jest": "29.3.1",
"jest-environment-jsdom": "29.3.1",
"nx": "15.2.1",
"prettier": "^2.7.1",
"prettier-plugin-package-perfection": "^1.1.0",
"prettier-plugin-sort-json": "^0.0.3",
"react-test-renderer": "18.2.0",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "^4.9.3"
}
}