This repository was archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.09 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
{
"name": "fic-exam-scheduler-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint:typecheck": "node tools/lint-cli.js --typescript",
"lint:eslint": "node tools/lint-cli --eslint",
"lint": "node tools/lint-cli --typescript --eslint",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"prepare": "husky install",
"chromatic": "chromatic --exit-zero-on-changes"
},
"engines": {
"node": "^18",
"pnpm": "^8"
},
"pnpm": {
"overrides": {
"@storybook/types": "$@storybook/types"
}
},
"dependencies": {
"@floating-ui/react": "^0.25.0",
"@hookform/error-message": "^2.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@rest-hooks/hooks": "^3.1.15",
"@rest-hooks/react": "^8.0.0",
"@rest-hooks/rest": "^7.1.1",
"@tanstack/router": "0.0.1-beta.134",
"chromatic": "^6.20.0",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"framer-motion": "^10.15.0",
"luxon": "^3.3.0",
"oidc-client-ts": "^2.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-merge-refs": "^2.0.2",
"react-oidc-context": "^2.2.2",
"react-timing-hooks": "^4.0.2",
"weekstart": "^2.0.0"
},
"devDependencies": {
"@storybook/addon-essentials": "7.2.1",
"@storybook/addon-interactions": "7.2.1",
"@storybook/addon-links": "7.2.1",
"@storybook/addon-styling": "^1.3.5",
"@storybook/blocks": "7.2.1",
"@storybook/jest": "^0.1.0",
"@storybook/react": "7.2.1",
"@storybook/react-vite": "7.2.1",
"@storybook/testing-library": "0.2.0",
"@storybook/types": "^7.2.1",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/router-devtools": "0.0.1-beta.134",
"@types/lint-staged": "^13.2.0",
"@types/luxon": "^3.3.1",
"@types/node": "^20.4.7",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@vitejs/plugin-react-swc": "^3.3.2",
"cypress": "^12.17.3",
"cypress-vite": "^1.4.2",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"execa": "^7.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"listr2": "^6.6.1",
"local-cypress": "^1.2.6",
"postcss": "^8.4.27",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-preset-env": "^9.1.0",
"prettier": "^3.0.1",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.4.1",
"prop-types": "15.8.1",
"storybook": "7.2.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-tsconfig-paths": "^4.2.0"
}
}