-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 868 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@google-cloud/storage": "^5.1.2",
"@tensorflow/tfjs": "^3.7.0",
"@tensorflow/tfjs-automl": "^1.2.0",
"@tensorflow/tfjs-converter": "^3.7.0",
"date-fns": "^2.11.1",
"formidable": "^1.2.2",
"gray-matter": "^4.0.2",
"mongodb": "^3.5.9",
"next": "9.3.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"sharp": "^0.25.4",
"swr": "^0.2.3"
},
"devDependencies": {
"@types/formidable": "^1.0.31",
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/sharp": "^0.25.0",
"request": "^2.88.2",
"typescript": "^3.9.7"
}
}