-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
58 lines (58 loc) · 1.64 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
{
"name": "aisutd-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/hind-siliguri": "^5.0.8",
"@fontsource/montserrat": "^4.5.13",
"@headlessui/react": "^1.7.4",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.11.3",
"@next/font": "^14.0.3",
"@react-spring/web": "^9.6.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@vercel/og": "^0.5.20",
"calendar-link": "^2.4.0",
"coda-js": "^4.0.1",
"eslint-config-next": "13.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"force": "^0.0.3",
"framer-motion": "^11.0.3",
"moment": "^2.29.4",
"next": "13.0.4",
"next-themes": "^0.2.1",
"og": "^0.0.2",
"prettier": "^2.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.16.0",
"react-snowfall": "^2.1.0",
"react-spring": "^9.6.1",
"react-use-measure": "^2.1.1",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/mailchimp__mailchimp_marketing": "^3.0.6",
"@types/next": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}