forked from Uninett/Argus-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.3 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
{
"name": "Argus-frontend",
"version": "1.5.4",
"apiVersion": "v1",
"private": true,
"dependencies": {
"@date-io/date-fns": "v1",
"@devexpress/dx-react-core": "2.6.3",
"@devexpress/dx-react-scheduler": "2.6.3",
"@devexpress/dx-react-scheduler-material-ui": "2.6.3",
"@material-ui/core": "latest",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "latest",
"@types/classnames": "2.2.11",
"@types/date-fns": "latest",
"@types/jest": "26.0.0",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "^6.1.1",
"@types/react-outside-click-handler": "^1.3.0",
"@types/react-router-dom": "5.1.5",
"@types/react-select": "3.0.13",
"@types/react-table": "6.8.7",
"axios": "*",
"classnames": "2.2.6",
"cross-env": "7.0.2",
"react": "16.13.1",
"react-cookie": "*",
"react-dom": "16.13.1",
"react-helmet": "^6.1.0",
"react-outside-click-handler": "^1.3.0",
"react-router-dom": "*",
"react-scripts": "3.4.1",
"react-select": "3.1.0",
"react-table": "^6.10.0",
"typescript": "3.9.5"
},
"scripts": {
"start": "cross-env HTTPS=true PORT=4443 react-scripts start",
"dockerstart": "cross-env HTTPS=false PORT=8080 react-scripts start",
"debug": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src --ext .ts,.tsx,.js",
"test": "react-scripts test --silent --env=jest-environment-jsdom-sixteen",
"format": "prettier --write src",
"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": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"@types/node": "^14.0.13",
"@typescript-eslint/eslint-plugin": "*",
"@typescript-eslint/parser": "*",
"axios-mock-adapter": "^1.19.0",
"eslint-config-prettier": "*",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react-hooks": "*",
"jest-environment-jsdom-sixteen": "^2.0.0",
"prettier": "*"
}
}