forked from NUS-Fintech-Society/SD_Fintech_Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 820 Bytes
/
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
{
"name": "fintech-website",
"homepage": "http://www.fintechsociety.comp.nus.edu.sg/",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"axios": "^0.21.1",
"moment": "^2.29.1",
"next": "^10.2.3",
"pleasejs": "^0.4.2",
"react": "^16.13.1",
"react-big-calendar": "^0.33.4",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.13.1",
"react-hook-form": "^6.13.1",
"react-icons": "^3.11.0",
"react-slick": "^0.27.12",
"react-transition-group": "^4.4.1",
"react-typewriter-hook": "^1.0.1",
"sass": "^1.26.11",
"slick-carousel": "^1.8.1"
}
}