-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 986 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
36
37
38
39
40
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^4",
"image-size": "^1.0.0",
"jsdom": "^17.0.0",
"next": "12",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-markdown": "^7.0.1",
"react-simple-image-slider": "^2.2.0",
"remark-gfm": "^2.0.0",
"remark-toc": "^8.0.0",
"sharp": "^0.29.3",
"text-to-svg": "^3.1.5"
},
"devDependencies": {
"@types/jsdom": "^16.2.13",
"@types/node": "^17.0.42",
"@types/react": "17.0.24",
"@types/sharp": "^0.29.4",
"@types/text-to-svg": "^3.1.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.7.3"
}
}