-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
125 lines (125 loc) · 3.91 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"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",
"nx-create-migrations": "nx migrate latest",
"nx-migrate": "nx migrate --run-migrations --create-commits",
"test-affected-libs": "nx affected --target=test --exclude $(nx print-affected --type=app --select=projects)",
"build-affected-libs": "nx affected:build --exclude $(nx print-affected --type=app --select=projects)",
"release": "nx affected --target=release --exclude $(nx print-affected --type=app --select=projects)"
},
"private": true,
"dependencies": {
"@mantine/core": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@nrwl/next": "15.6.3",
"@reduxjs/toolkit": "^1.9.1",
"@swc/helpers": "^0.4.0",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"core-js": "^3.6.5",
"fast-json-patch": "^3.1.1",
"next": "13.1.1",
"nextra": "^2.0.1",
"nextra-theme-docs": "^2.0.1",
"postcss": "^8.4.20",
"react": "18.2.0",
"react-dom": "18.2.0",
"regenerator-runtime": "0.13.7",
"tailwindcss": "^3.2.4",
"tslib": "^2.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-angular": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/config-nx-scopes": "^17.4.2",
"@commitlint/cz-commitlint": "^17.4.2",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@jscutlery/semver": "^2.25.2",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@nrwl/cli": "15.6.3",
"@nrwl/eslint-plugin-nx": "15.6.3",
"@nrwl/jest": "15.6.3",
"@nrwl/js": "15.6.3",
"@nrwl/linter": "15.6.3",
"@nrwl/nx-cloud": "15.0.3",
"@nrwl/react": "15.6.3",
"@nrwl/vite": "^15.6.3",
"@nrwl/web": "15.6.3",
"@nrwl/workspace": "15.6.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.1.2",
"@swc/cli": "~0.1.55",
"@swc/core": "~1.2.143",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.4.0",
"@types/jest": "28.1.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vitejs/plugin-react": "^3.0.1",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.29.2",
"commitizen": "^4.3.0",
"css-loader": "^6.4.0",
"eslint": "8.15.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.0",
"jest": "28.1.3",
"jsdom": "~20.0.3",
"lineupjs": "^4.6.1",
"lint-staged": "^13.1.0",
"ngx-deploy-npm": "^4.1.3",
"nx": "15.6.3",
"prettier": "2.7.1",
"react-hyper-tree": "^0.3.12",
"react-redux": "8.0.5",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"sharp": "^0.31.2",
"style-loader": "^3.3.0",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"swc-loader": "0.1.15",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4",
"url-loader": "^4.1.1",
"vite": "^4.0.1",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.28.3",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
},
"workspaces": [
"packages/**",
"apps/**"
],
"config": {
"commitizen": {
"path": "git-cz"
}
}
}