-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.83 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.83 KB
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
{
"name": "acm-ucr-static-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write .",
"check": "npx prettier --check .",
"eslint": "npx eslint . --ext js --ext jsx",
"cypress": "cypress open",
"test": "start-server-and-test dev 3000 cypress",
"prepare": "husky install"
},
"dependencies": {
"@auth/firebase-adapter": "^1.0.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.1.3",
"@next/mdx": "^14.1.0",
"@react-email/components": "^0.0.16",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.11.2",
"@tanstack/react-virtual": "^3.0.1",
"compressorjs": "^1.2.1",
"firebase": "^10.8.0",
"firebase-admin": "^11.11.0",
"framer-motion": "^11.1.7",
"gray-matter": "^4.0.3",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-big-calendar": "^1.8.5",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-use": "^17.4.2",
"react-zxing": "^2.0.0",
"rehype-pretty-code": "^0.13.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"resend": "^3.2.0",
"sharp": "^0.32.6",
"shiki": "^1.1.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"cypress": "^13.4.0",
"eslint": "^8.53.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"start-server-and-test": "^2.0.2",
"tailwindcss": "^3.3.5"
}
}