-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 911 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": "ts-labeling",
"version": "0.0.0",
"scripts": {
"dev": "next",
"now-build": "next build"
},
"devDependencies": {
"@types/mongodb": "^3.6.8",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"typescript": "^4.2.2"
},
"license": "ISC",
"main": "index.js",
"repository": "https://github.com/s-kirby/ts-labling.git",
"author": "Stephen Kirby <[email protected]>",
"dependencies": {
"@babel/core": "^7.13.8",
"@material-ui/core": "^4.11.3",
"@types/next": "^9.0.0",
"@types/universal-cookie": "^3.0.0",
"@vercel/next": "^2.7.9",
"@zeit/next-typescript": "^1.1.1",
"box-node-sdk": "^1.36.0",
"dotenv": "^8.2.0",
"mongodb": "^3.6.4",
"mongoose": "^5.11.18",
"next": "^10.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.32.8",
"universal-cookie": "^4.0.4",
"vercel": "^21.3.3"
}
}