-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prebuild": "node utils/prebuild.js && node utils/generateSiteMap.js",
"export": "next export",
"prettier": "prettier"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"@material-ui/styles": "^4.11.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"classnames": "^2.3.2",
"fs-extra": "^11.1.1",
"gsap": "^3.6.0",
"isomorphic-fetch": "^3.0.0",
"next": "^12.3.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-scrollspy": "^3.4.3",
"react-syntax-highlighter": "^15.4.3",
"react-use": "^17.1.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^3.0.1",
"simple-git": "^3.20.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.4",
"@types/node": "^14.14.25",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"globby": "^11.0.2",
"prettier": "^2.2.1",
"typescript": "^5.2.2"
}
}