-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.42 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
{
"name": "@reactgular/aigraphr-root",
"private": false,
"homepage": "https://aigraphr.com/",
"license": "MIT",
"scripts": {
"build": "nx run-many -t build",
"client": "nx run client:dev",
"dev:compile": "bash -c './dev.sh compile'",
"dev:help": "bash -c './dev.sh --help'",
"dev:init": "bash -c './dev.sh init'",
"lint": "nx run-many -t lint",
"server": "bash -c './dev.sh start'",
"sort": "npx --yes sort-package-json",
"storybook": "nx run client:storybook",
"test": "nx run-many -t test --passWithNoTests"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@mantine/core": "^7.12.1",
"@mantine/hooks": "^7.12.1",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"axios": "^1.6.0",
"cleye": "^1.3.2",
"joi": "^17.13.3",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "19.6.1",
"@nx/devkit": "19.6.1",
"@nx/eslint": "19.6.1",
"@nx/eslint-plugin": "19.6.1",
"@nx/jest": "19.6.1",
"@nx/js": "19.6.1",
"@nx/nest": "19.6.1",
"@nx/next": "19.6.1",
"@nx/node": "19.6.1",
"@nx/playwright": "19.6.1",
"@nx/react": "19.6.1",
"@nx/storybook": "19.6.1",
"@nx/web": "19.6.1",
"@nx/webpack": "19.6.1",
"@nx/workspace": "19.6.1",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/core-server": "^8.2.8",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^8.2.8",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.4.0",
"@swc/core": "~1.7.14",
"@swc/helpers": "~0.5.11",
"@swc/types": "^0.1.12",
"@tabler/icons-react": "^3.12.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "22.4.2",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"autoprefixer": "10.4.20",
"babel-jest": "29.7.0",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"nx": "19.6.1",
"postcss": "8.4.41",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"react-refresh": "^0.14.2",
"storybook": "^8.2.8",
"tailwindcss": "3.4.10",
"ts-jest": "^29.1.0",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"verdaccio": "^5.0.4",
"webpack": "5.93.0",
"webpack-cli": "^5.1.4"
},
"nx": {
"includedScripts": []
}
}