-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "setter-for-catan-tsx",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=10.6.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/node": "^13.11.1",
"gts": "^2.0.2",
"typescript": "^3.8.3"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@okta/okta-auth-js": "^4.0.2",
"@okta/okta-react": "^3.0.2",
"@okta/okta-signin-widget": "^4.2.2",
"@types/jest": "24.0.9",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.8.2",
"@types/react-router-dom": "^5.1.5",
"@types/underscore": "^1.8.13",
"eslint-plugin-react-hooks": "^4.0.8",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"rot-js": "^2.0.3",
"typescript": "^3.9.5",
"underscore": "^1.9.1",
"yargs-parser": "^18.1.3"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"start:debug": "react-scripts --inspect-brk start --runInBand --no-cache",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"check": "gts check",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"posttest": "npm run check"
}
}