forked from aisutd/hackai-2024
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.71 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": "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.6",
"@emotion/styled": "^11.10.6",
"@fireworks-js/react": "^2.10.2",
"@fontsource/hind-siliguri": "^4.5.10",
"@fontsource/montserrat": "^4.5.13",
"@headlessui/react": "^1.7.4",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mui/base": "^5.0.0-beta.28",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.111",
"@mui/material": "^5.11.14",
"@next/font": "^13.2.4",
"@react-spring/web": "^9.6.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"calendar-link": "^2.4.0",
"coda-js": "^4.0.1",
"cssnano": "^5.1.15",
"eslint-config-next": "^13.2.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"force": "^0.0.3",
"framer-motion": "^10.6.0",
"moment": "^2.29.4",
"next": "^13.2.4",
"next-fonts": "^1.5.1",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"react-snowfall": "^1.2.1",
"react-spring": "^9.6.1",
"react-use-measure": "^2.1.1",
"typeface-cooper-hewitt": "^1.1.13",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/mailchimp__mailchimp_marketing": "^3.0.6",
"@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"
}
}