-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 841 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"gray-matter": "^4.0.3",
"mongodb": "^3.6.6",
"next": "latest",
"postcss": "^8.2.15",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-markdown": "^6.0.2",
"react-portal": "^4.2.1",
"react-syntax-highlighter": "^15.4.3"
},
"devDependencies": {
"@types/mongodb": "^3.6.12",
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-portal": "^4.0.2",
"@types/react-syntax-highlighter": "^13.5.0",
"typescript": "4.0"
},
"license": "MIT"
}