-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
{
"name": "landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@octokit/core": "^3.1.0",
"@primer/octicons-react": "^10.0.0",
"@types/dom-to-image": "^2.6.1",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/request": "^2.48.5",
"@zeit/next-css": "^1.0.1",
"bootstrap": "^4.5.0",
"downloadjs": "^1.4.7",
"html2canvas": "^1.0.0-rc.5",
"moment": "^2.27.0",
"next": "9.4.4",
"next-pwa": "^3.0.3",
"prism-react-renderer": "^1.1.1",
"react": "16.13.1",
"react-bootstrap": "^1.1.1",
"react-dom": "16.13.1",
"react-markdown": "^4.3.1",
"react-simple-code-editor": "^0.11.0",
"react-syntax-highlighter": "^12.2.1",
"request": "^2.88.2",
"sass": "^1.26.10"
},
"devDependencies": {
"@types/node": "^14.0.20",
"typescript": "^3.9.6",
"typescript-plugin-css-modules": "^2.4.0"
}
}