This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
forked from Trrack/trrackjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (75 loc) · 2.16 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
75
{
"name": "trrack",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev:all": "nx run-many --target=serve --projects=react-trrack-example,rtk-trrack-example --output-style=stream",
"test:all:watch": "nx run-many --target=test --projects=core,redux --watch",
"prepare": "husky install",
"commit": "npx git-cz"
},
"private": true,
"dependencies": {
"@mantine/core": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@swc/helpers": "^0.4.0",
"core-js": "^3.6.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-angular": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@jscutlery/semver": "^2.25.2",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@nrwl/cli": "14.5.2",
"@nrwl/eslint-plugin-nx": "14.5.2",
"@nrwl/jest": "14.5.2",
"@nrwl/js": "14.5.2",
"@nrwl/linter": "14.5.2",
"@nrwl/nx-cloud": "14.3.0",
"@nrwl/react": "14.5.2",
"@nrwl/web": "14.5.2",
"@nrwl/workspace": "14.5.2",
"@reduxjs/toolkit": "^1.8.3",
"@swc/cli": "~0.1.55",
"@swc/core": "~1.2.143",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.0",
"jest": "27.5.1",
"lineupjs": "^4.6.1",
"ngx-deploy-npm": "^4.1.3",
"nx": "14.5.2",
"prettier": "2.7.1",
"react-hyper-tree": "^0.3.12",
"react-redux": "8.0.2",
"react-test-renderer": "18.2.0",
"swc-loader": "0.1.15",
"ts-jest": "27.1.4",
"ts-node": "10.8.2",
"typescript": "4.7.4"
},
"workspaces": [
"packages/**",
"apps/**"
]
}