-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "legendofandor",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.9.0",
"node": "10.16.3"
},
"dependencies": {
"@babel/node": "^7.8.7",
"@cometchat-pro/chat": "^2.0.7",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.4",
"@types/react": "^16.9.34",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^16.9.7",
"@types/react-router-dom": "^5.1.5",
"@types/koa-static": "^4.0.1",
"axios": "^0.19.2",
"babel-node": "0.0.1-security",
"boardgame.io": "^0.39.10",
"bootstrap": "^4.4.1",
"bufferutil": "^4.0.1",
"cross-env": "^7.0.2",
"esm": "^3.2.25",
"fibers": "^4.0.2",
"jkstra": "0.0.6",
"jquery": "^3.5.0",
"koa-mount": "^4.0.0",
"koa-static": "^5.0.0",
"nodemon": "^2.0.3",
"node-sass": "^4.13.1",
"orbit-controls-es6": "^2.0.1",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0",
"react-chat-widget": "^3.0.0",
"react-cookies": "^0.1.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-image-mapper": "github:arome/react-image-mapper#dev",
"react-responsive-carousel": "^3.2.4",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-spinners": "^0.8.1",
"react-tiny-fab": "^3.4.0",
"redux-logger": "^3.0.6",
"sass": "^1.26.3",
"semantic-ui-react": "^0.88.2",
"socket.io-client": "^2.3.0",
"sweetalert2": "^9.10.11",
"three": "^0.108.0",
"threejs-dice": "^1.1.0",
"ts-node": "^8.10.1",
"typed-scss-modules": "^1.3.0",
"typescript": "^3.8.3",
"utf-8-validate": "^5.0.2"
},
"scripts": {
"start": "npm run dev",
"dev": "npx concurrently npm:dev:server npm:dev:client",
"dev:client": "cross-env NODE_ENV=development react-scripts start",
"dev:server": "nodemon",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
}
}