forked from anirudhb/prox2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 946 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": "prox2",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@slack/web-api": "6.2.4",
"body-parser": "1.19.0",
"emojis-keywords": "2.0.0",
"next": "11.0.1",
"pg": "8.6.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"reflect-metadata": "0.1.13",
"source-map-support": "0.5.19",
"typeorm": "0.2.34"
},
"devDependencies": {
"@babel/core": "7.14.6",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.14.5",
"@types/body-parser": "1.19.1",
"@types/node": "14.17.4",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.8",
"@types/source-map-support": "0.5.4",
"airtable": "0.11.1",
"babel-plugin-transform-typescript-metadata": "0.3.2",
"typescript": "4.3.5"
},
"license": "AGPL-3.0-or-later"
}