-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 3.77 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "uems-frontend-themis",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^10.4.5",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.47",
"@types/react": "^16.9.38",
"@types/react-dom": "^16.9.8",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"eslint": "^6.6.0",
"express": "^4.17.1",
"flatpickr": "^4.6.9",
"helmet": "^3.23.3",
"include-media": "^1.4.9",
"javascript-time-ago": "^2.3.3",
"markdown-to-jsx": "^6.11.4",
"moment": "^2.29.2",
"passport": "^0.4.1",
"passport-cookie": "^1.0.9",
"passport-http-bearer": "^1.0.1",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-dates": "^21.8.0",
"react-dom": "^16.13.1",
"react-flatpickr": "^3.10.1",
"react-flow-renderer": "^10.3.8",
"react-loader-spinner": "^3.1.14",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-time-ago": "^6.0.0",
"react-tooltip": "^4.2.7",
"react-transition-group": "^4.4.1",
"recharts": "^1.8.5",
"sass": "^1.45.0",
"typescript": "^3.7.5",
"url-join": "^4.0.1",
"uuid": "^8.2.0",
"zod": "^1.10.1"
},
"scripts": {
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "prettier --check src/",
"lint:fix": "prettier --write src/",
"build": "DISABLE_ESLINT_PLUGIN=true REACT_APP_STAGE=development react-scripts build",
"build:docker": "REACT_APP_STAGE=docker react-scripts build",
"build:production": "REACT_APP_STAGE=production react-scripts build",
"start": "DISABLE_ESLINT_PLUGIN=true REACT_APP_STAGE=development react-scripts start",
"start:docker": "REACT_APP_STAGE=docker react-scripts start",
"start:production": "REACT_APP_STAGE=production react-scripts start"
},
"eslintConfig": {
"extends": "prettier"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/axios-mock-adapter": "^1.10.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.6",
"@types/helmet": "0.0.47",
"@types/history": "^4.7.6",
"@types/javascript-time-ago": "^2.0.1",
"@types/markdown-to-jsx": "^6.11.0",
"@types/passport-http-bearer": "^1.0.35",
"@types/react-color": "^3.0.4",
"@types/react-dates": "^17.1.13",
"@types/react-flatpickr": "^3.8.1",
"@types/react-fontawesome": "^1.6.4",
"@types/react-loader-spinner": "^3.1.0",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/react-tooltip": "^4.2.4",
"@types/react-transition-group": "^4.4.0",
"@types/recharts": "^1.8.14",
"@types/testing-library__jest-dom": "^5.9.1",
"@types/testing-library__react": "^10.2.0",
"@types/url-join": "^4.0.0",
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"axios-mock-adapter": "^1.18.2",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "^4.0.4",
"history": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"prettier": "2.7.1",
"react-scripts": "^5.0.1",
"ts-node": "^10.8.2"
},
"proxy": "http://localhost:15450/"
}