-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.41 KB
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
{
"name": "splendor",
"version": "1.1.0",
"engines": {
"node": "10.x"
},
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.20.0",
"boardgame.io": "^0.41.1",
"craco": "0.0.3",
"dayjs": "^1.9.6",
"esm": "^3.2.25",
"koa-static": "^5.0.0",
"ky": "^0.24.0",
"ky-universal": "^0.8.2",
"node-random-name": "^1.0.1",
"query-string": "^6.13.5",
"react": "^16.13.1",
"react-beforeunload": "^2.4.0",
"react-dom": "^16.13.1",
"react-github-corner": "^2.5.0",
"react-icons": "^3.11.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-tilt": "^0.1.4",
"react-toastify": "^6.0.9",
"react-tooltip": "^4.2.11",
"styled-components": "^5.2.0",
"styled-reset": "^4.2.3"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"serve": "nodemon -r esm src/server.js"
},
"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": {
"craco-alias": "^2.1.1"
}
}