-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
173 lines (173 loc) · 5.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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "@cuhacking/source",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"license": "MIT",
"homepage": "https://cuhacking.ca",
"repository": {
"type": "git",
"url": "git+https://github.com/cuhacking/2025.git"
},
"bugs": {
"url": "https://github.com/cuhacking/2025/issues"
},
"engines": {
"node": ">=20.0.0 <=22.11.0"
},
"engineStrict": true,
"scripts": {
"prepare": "husky",
"commit": "cz",
"clean": "git clean -fdX -e '!**/.env*'",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:inspect": "pnpx @eslint/config-inspector --no-open",
"lint:inspect-open": "pnpx @eslint/config-inspector",
"lint:inspect-build": "pnpx @eslint/config-inspector build --outDir dist/config-inspector",
"chromatic": "pnpx chromatic",
"lighthouse": "pnpm exec serve lighthouse-report --no-clipboard & sleep 1 && xdg-open 'http://localhost:3000/latest-report'"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@remix-run/node": "2.14.0",
"@remix-run/react": "2.14.0",
"@remix-run/serve": "2.14.0",
"@splinetool/react-spline": "^4.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.12.0",
"isbot": "^4.4.0",
"next": "15.0.3",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"remix-utils": "^7.7.0",
"vaul": "^1.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cz-commitlint": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@eslint-react/eslint-plugin": "^1.16.1",
"@eslint/compat": "^1.2.2",
"@eslint/config-inspector": "^0.5.6",
"@eslint/js": "^9.14.0",
"@netlify/edge-functions": "^2.11.0",
"@netlify/remix-edge-adapter": "^3.4.2",
"@netlify/remix-runtime": "^2.3.1",
"@nx-extend/shadcn-ui": "^4.1.2",
"@nx/devkit": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/js": "20.1.4",
"@nx/next": "20.1.4",
"@nx/playwright": "20.1.4",
"@nx/react": "20.1.4",
"@nx/remix": "20.1.4",
"@nx/storybook": "20.1.4",
"@nx/vite": "20.1.4",
"@nx/web": "20.1.4",
"@nx/workspace": "20.1.4",
"@playwright/test": "^1.48.2",
"@radix-ui/react-icons": "^1.3.1",
"@remix-run/dev": "2.14.0",
"@remix-run/eslint-config": "^2.14.0",
"@remix-run/testing": "2.14.0",
"@storybook/addon-a11y": "^8.4.2",
"@storybook/addon-actions": "^8.4.2",
"@storybook/addon-backgrounds": "^8.4.2",
"@storybook/addon-controls": "^8.4.2",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.4.2",
"@storybook/addon-links": "^8.4.2",
"@storybook/addon-measure": "^8.4.2",
"@storybook/addon-outline": "^8.4.2",
"@storybook/addon-themes": "^8.4.2",
"@storybook/addon-viewport": "^8.4.2",
"@storybook/blocks": "^8.4.2",
"@storybook/core-server": "^8.4.2",
"@storybook/nextjs": "^8.4.2",
"@storybook/react": "^8.4.2",
"@storybook/theming": "^8.4.2",
"@swc-node/register": "~1.9.2",
"@swc/core": "~1.5.29",
"@swc/helpers": "~0.5.15",
"@tabler/icons-react": "^3.22.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@theguild/remark-mermaid": "^0.1.3",
"@types/mdx": "^2.0.13",
"@types/node": "22.8.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unocss/eslint-plugin": "^0.62.4",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.4",
"@vitest/ui": "^2.1.4",
"@whitespace/storybook-addon-html": "^6.1.1",
"autoprefixer": "^10.4.20",
"chromatic": "^11.18.1",
"class-variance-authority": "^0.7.0",
"commitizen": "^4.3.1",
"commitlint": "^19.5.0",
"eslint": "^9.14.0",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-format": "^0.1.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.8.3",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"fumadocs-core": "^14.4.2",
"fumadocs-docgen": "^1.3.2",
"fumadocs-mdx": "^11.1.1",
"fumadocs-ui": "^14.4.2",
"husky": "^9.1.6",
"inquirer": "^9.3.7",
"jsdom": "~22.1.0",
"katex": "^0.16.11",
"lint-staged": "^15.2.10",
"lucide-react": "^0.456.0",
"netlify-cli": "^17.37.2",
"next-themes": "^0.4.3",
"nx": "20.1.4",
"playwright-lighthouse": "^4.0.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-slidev": "^1.0.5",
"react-icons": "^5.3.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^2.1.0",
"remark-math": "^6.0.0",
"semantic-release": "^24.2.0",
"storybook": "^8.4.2",
"storybook-dark-mode": "^4.0.2",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"ts-node": "10.9.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vitest": "^2.1.4"
},
"lint-staged": {
"*": "eslint --cache --fix"
}
}