This repository has been archived by the owner on Jul 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 3.44 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
117
118
119
120
121
122
123
124
125
126
{
"name": "atlas-monitor",
"version": "0.1.0",
"private": false,
"description": "Atlas Monitor - a part of Pathfinder system, designed to submit jobs, view render reports and control jobs.",
"keywords": [
"rendering",
"manager-system",
"manager",
"3d-graphics",
"visualization",
"automation",
"monitoring"
],
"author": {
"name": "Andrieiev Danil",
"url": "https://github.com/DanilAndreev",
"email": "[email protected]"
},
"contributors": [
{
"name": "Andrey Demchyshin",
"email": "[email protected]",
"url": "https://github.com/ZaykaNya"
},
{
"name": "Nesterov Nikita",
"email": "[email protected]",
"url": "https://github.com/Who1sthatdude"
}
],
"bugs": {
"email": "[email protected]",
"url": "https://github.com/DanilAndreev/pathfinder-monitor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/DanilAndreev/pathfinder-monitor.git"
},
"proxy": "http://api.atlasrender.com:30022",
"dependencies": {
"@atlasrender/render-plugin": "^0.1.2",
"@date-io/date-fns": "2.x",
"@devexpress/dx-react-chart": "^2.7.2",
"@devexpress/dx-react-chart-material-ui": "^2.7.2",
"@devexpress/dx-react-core": "^2.7.2",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@reduxjs/toolkit": "^1.5.0",
"date-fns": "^2.16.1",
"events": "^3.2.0",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.20",
"markdown-to-jsx": "^7.1.1",
"notistack": "^1.0.3",
"prop-types": "^15.7.2",
"qs": "^6.9.6",
"react": "^17.0.1",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.1",
"react-number-format": "^4.4.4",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-swipeable-views": "^0.13.9",
"react-window": "^1.8.6",
"redux": "^4.0.5",
"routing-manager": "^2.2.0",
"superagent": "^6.1.0",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/jest": "^26.0.20",
"@types/prop-types": "^15.7.3",
"@types/qs": "^6.9.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-dropzone": "^5.1.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-swipeable-views": "^0.13.0",
"@types/react-window": "^1.8.2",
"@types/redux": "^3.6.0",
"@types/superagent": "^4.1.10",
"babel-jest": "^26.6.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"redux-devtools": "^3.7.0",
"typescript": "^4.1.3",
"web-vitals": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}