-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "actrix-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/deep-equal": "^1.0.1",
"@types/express": "^4.0.39",
"@types/socket.io": "^1.4.31",
"@types/socket.io-client": "^1.4.32",
"actrix": "^4.0.0",
"deep-equal": "^1.0.1",
"express": "^4.16.2",
"node": "^9.2.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4",
"ts-node": "^3.3.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.53",
"@types/react": "^16.0.25",
"@types/react-dom": "^16.0.3",
"@types/uuid": "^3.4.3",
"nodemon": "^1.12.1",
"prettier": "^1.11.1",
"react-scripts-ts": "2.8.0",
"typescript": "3.1.1"
},
"scripts": {
"start-server": "nodemon",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"proxy": "http://localhost:8888"
}