-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.44 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
{
"name": "ocignis-fe",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"prepare": "husky install",
"import-ocignis-shared": "turbo import-ocignis-shared",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"lint-staged-husky": "lint-staged",
"tsc": "turbo tsc",
"test": "turbo test",
"storybook": "turbo storybook",
"storybook-build": "turbo storybook-build",
"format-lint": "prettier --config .prettierrc --check --ignore-unknown .",
"format-fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
"clean": "npm exec --workspaces -- shx rm -rf node_modules .next .turbo coverage dist compiled build-next-static build-storybook-static && shx rm -rf node_modules",
"remove-turbo-cache": "shx rm -rf ./node_modules/.cache/turbo",
"update-dependencies": "turbo update-dependencies && npx npm-check-updates -u"
},
"dependencies": {
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@hookform/resolvers": "3.1.0",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.13.3",
"@mui/x-date-pickers": "6.6.0",
"@tanstack/react-query": "4.29.12",
"@tanstack/react-query-devtools": "4.29.12",
"@trpc/client": "10.29.1",
"@trpc/react-query": "10.29.1",
"@trpc/server": "10.29.1",
"axios": "1.4.0",
"date-fns": "2.30.0",
"highcharts": "11.0.1",
"highcharts-react-official": "3.2.0",
"material-react-table": "1.12.0",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.44.3",
"react-hot-toast": "2.4.1",
"superjson": "1.12.3",
"zod": "3.21.4"
},
"devDependencies": {
"@octokit/core": "4.2.1",
"@storybook/addon-essentials": "7.0.18",
"@storybook/nextjs": "7.0.18",
"@storybook/react": "7.0.18",
"@testing-library/dom": "9.3.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"shx": "0.3.4",
"storybook": "7.0.18",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"tsup": "6.7.0",
"turbo": "1.10.1",
"typescript": "5.1.3"
},
"engines": {
"node": ">=18.16.0",
"npm": ">=9.5.1"
}
}