-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "acm-uiuc-website",
"version": "1.0.0",
"homepage": "https://acm.illinois.edu/",
"private": true,
"scripts": {
"dev": "next dev",
"start": "yarn dev",
"dev:events": "cross-env NEXT_PUBLIC_EVENTS_API_BASE_URL=https://infra-events-api.aws.qa.acmuiuc.org && next dev",
"build": "next build && cp src/_redirects build/_redirects",
"serve": "serve build",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"axios": "^0.28.0",
"framer-motion": "^10.17.9",
"lottie-react": "^2.3.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.45",
"next": "^14.2.5",
"react": "^18.3.1",
"react-big-calendar": "^1.13.1",
"react-dom": "^18.3.1",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/blocks": "^7.6.7",
"@storybook/nextjs": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/test": "^7.6.7",
"@testing-library/react": "^13.3.0",
"@types/jest": "^27.5.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-big-calendar": "^1.8.8",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8.4.33",
"serve": "^14.2.1",
"storybook": "^7.6.7",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]"
}