-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
36 lines (36 loc) · 1.05 KB
/
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": "env NODE_OPTIONS=--openssl-legacy-provider next",
"build": "env NODE_OPTIONS=--openssl-legacy-provider next build",
"start": "env NODE_OPTIONS=--openssl-legacy-provider next start",
"type-check": "tsc"
},
"dependencies": {
"@slack/web-api": "6.2.4",
"body-parser": "1.19.0",
"emojis-keywords": "2.0.0",
"next": "^11.1.3",
"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.18.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": "^5.2.2"
},
"license": "AGPL-3.0-or-later"
}