-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "ai.mit.edu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:static": "NEXT_PUBLIC_BASE_PATH=${NEXT_PUBLIC_BASE_PATH:-} next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"airtable": "^0.12.2",
"autoprefixer": "10.4.14",
"dompurify": "^3.1.6",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.15.0",
"ical.js": "^2.2.1",
"next": "^14.2.7",
"next-themes": "^0.3.0",
"papaparse": "^5.4.1",
"public-google-sheets-parser": "^1.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-responsive": "^9.0.2",
"react-svg": "^16.1.18",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/papaparse": "^5.3.7",
"sass": "^1.78.0"
}
}