-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "ieee-sb-mcmaster-website",
"version": "0.1.0",
"private": true,
"scripts": {
"backend-dev": "cd backend && yarn run strapi develop",
"deploy-backend": "git subtree push --prefix backend heroku main",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.5",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/apfel-grotezk": "^4.5.2",
"@fontsource/ibm-plex-serif": "^4.5.12",
"@fontsource/inter": "^4.5.13",
"@fontsource/space-grotesk": "^4.5.12",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "^13.1.2",
"@nikolovlazar/chakra-ui-prose": "^1.2.1",
"@tabler/icons": "^1.101.0",
"axios": "^1.1.2",
"dayjs": "^1.11.6",
"framer-motion": "^7.5.3",
"next": "12.3.1",
"next-seo": "^5.5.0",
"nprogress": "^0.2.0",
"qs": "^6.11.0",
"raw-loader": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.55.0"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}