-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "@discord-docs/ddocs",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:ci": "CI=true npm run build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stitches/react": "1.2.7",
"@types/jsonwebtoken": "8.5.8",
"@types/react-syntax-highlighter": "13.5.2",
"axios": "0.26.1",
"jsonwebtoken": "8.5.1",
"luxon": "2.5.2",
"next": "12.1.2",
"next-themes": "0.0.15",
"nextjs-progressbar": "0.0.14",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-draggable": "4.4.4",
"react-markdown": "8.0.1",
"react-progressive-graceful-image": "0.6.14",
"react-syntax-highlighter": "15.5.0",
"react-tooltip": "4.2.21",
"remark-gfm": "3.0.1",
"sharp": "0.30.3"
},
"devDependencies": {
"@svgr/webpack": "6.2.1",
"@types/luxon": "2.3.1",
"@types/node": "17.0.16",
"@types/react": "17.0.43",
"eslint": "8.11.0",
"eslint-config-next": "12.1.2",
"prettier": "2.6.1",
"typescript": "4.6.3"
}
}