-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "@devtable/root",
"version": "13.44.2",
"private": true,
"workspaces": [
"api",
"dashboard",
"settings-form",
"website",
"!api/_build"
],
"devDependencies": {
"@nx/devkit": "16.4.0",
"@nx/jest": "16.4.0",
"@nx/js": "16.4.0",
"@nx/linter": "16.4.0",
"@nx/plugin": "16.4.0",
"@nx/workspace": "16.4.0",
"@swc-node/register": "~1.4.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/ui": "^0.30.1",
"change-case": "^4.1.2",
"eslint": "^8.24.0",
"husky": "^8.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "16.4.0",
"nx-cloud": "16.0.5",
"prettier": "^2.7.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"vite": "4.4.11",
"vite-plugin-dts": "^3.6.0",
"vite-tsconfig-paths": "^4.2.1"
},
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"@swc/helpers": "~0.5.0",
"tslib": "^2.3.0",
"vitest": "^0.34.6"
},
"packageManager": "[email protected]",
"resolutions": {
"[email protected]": "patch:dayjs@npm%3A1.11.9#./.yarn/patches/dayjs-npm-1.11.9-c47d327b7c.patch",
"dayjs@^1.9.1": "patch:dayjs@npm%3A1.11.9#./.yarn/patches/dayjs-npm-1.11.9-c47d327b7c.patch",
"dayjs@^1.10.4": "patch:dayjs@npm%3A1.11.9#./.yarn/patches/dayjs-npm-1.11.9-c47d327b7c.patch"
}
}