-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.55 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": "yellow-castle",
"version": "0.0.1",
"description": "Kafka/Node/React",
"main": "index.ts",
"repository": "https://github.com/tomjeatt/yellow-castle.git",
"author": "Thomas Jeatt <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "parcel index.html --port 4000",
"serve": "env-cmd -f .env.local ts-node ./server/index.ts",
"tsc": "tsc"
},
"dependencies": {
"@ovotech/castle": "^0.5.1",
"@ovotech/orex-castle": "^5.0.0",
"@ovotech/orex-dd-trace": "^0.5.0",
"@ovotech/orex-logger": "^0.3.0",
"@types/express": "^4.17.7",
"dd-trace": "^0.23.1",
"express": "^4.17.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@types/node": "^14.0.23",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
"@types/socket.io": "^2.1.8",
"@types/socket.io-client": "^1.4.33",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"env-cmd": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"parcel-bundler": "^1.12.4",
"prettier": "2.0.5"
}
}