-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pm2-monitor",
"version": "0.1.0",
"private": true,
"main": "./dist/index.js",
"scripts": {
"start": "node ./dist",
"build:typings": "tsc -p ./typings.tsconfig.json",
"postinstall": "npm run build:typings"
},
"dependencies": {
"@chakra-ui/react": "^2.2.4",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fastify/static": "^6.4.0",
"@jpbberry/typed-emitter": "^1.2.1",
"@jpbbots/theme": "^3.10.2",
"@nestjs/common": "^9.0.3",
"@nestjs/core": "^9.0.3",
"@nestjs/platform-express": "^9.0.3",
"@nestjs/platform-socket.io": "^9.0.3",
"@nestjs/swagger": "^6.0.4",
"@nestjs/websockets": "^9.0.3",
"@pm2-dash/typings": "file:./dist/typings",
"@reduxjs/toolkit": "^1.8.3",
"@tabby-gang/xterm": "^4.19.0-beta.5",
"express": "^4.18.1",
"framer-motion": "^6.5.1",
"fuzzy-search": "^3.2.1",
"module-alias": "^2.2.2",
"next": "12.2.2",
"pm2": "^5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"xterm": "^5.0.0",
"xterm-addon-fit": "^0.6.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/fuzzy-search": "^2.1.2",
"@types/node": "^18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"typescript": "4.7.4"
}
}