-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.67 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
{
"name": "yalecomputersociety.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && cp CNAME .next/",
"start": "next start"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.4.3",
"@tailwindcss/typography": "^0.5.16",
"@tsparticles/engine": "^3.2.2",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.2.2",
"@types/xml2js": "^0.4.14",
"@vercel/analytics": "^1.5.0",
"canvas-confetti": "^1.9.4",
"framer-motion": "^12.4.10",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"jsonwebtoken": "^9.0.2",
"next": "14.1.0",
"next-mdx-remote": "^5.0.0",
"papaparse": "^5.5.3",
"prism-themes": "^1.9.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"redis": "^5.9.0",
"rehype-prism-plus": "^2.0.1",
"remark-gfm": "^4.0.1",
"sharp": "^0.33.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.2",
"@types/canvas-confetti": "^1.9.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "20.12.7",
"@types/papaparse": "^5.3.16",
"@types/react": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}