-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 KB
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
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mui/icons-material": "^5.0.0",
"@mui/lab": "^5.0.0-alpha.57",
"@mui/material": "^5.0.6",
"@mui/styled-engine-sc": "^5.0.4",
"@mui/styles": "^5.0.2",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"clsx": "latest",
"glob": "^7.1.6",
"next": "latest",
"next-images": "^1.4.1",
"next-redux-wrapper": "^7.0.2",
"prop-types": "latest",
"raw-loader": "^4.0.1",
"react": "latest",
"react-adsense": "^0.1.0",
"react-dom": "latest",
"react-ga": "^3.1.2",
"react-jss": "^8.1.0",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.1",
"react-scroll-trigger": "^0.6.9",
"react-syntax-highlighter": "^12.2.1",
"react-typist": "^2.0.5",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"react-scrollable-anchor": "^0.6.1"
}
}