forked from ReflectionsProjections/rp2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 918 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
32
33
34
35
{
"name": "rp2021",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.6.3",
"@mui/styles": "^5.8.0",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"hamburger-react": "^2.5.0",
"moment": "^2.29.1",
"next": "^12.3.0",
"prettier": "^2.3.2",
"react": "^18.2.0",
"react-bootstrap": "^1.6.3",
"react-bootstrap-icons": "^1.5.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-responsive": "^9.0.0-beta.3",
"react-scroll": "^1.8.2",
"react-transition-group": "^4.4.2",
"react-twitter-widgets": "^1.10.0",
"sass": "^1.34.0",
"semantic-ui-react": "^2.0.3"
}
}