-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2 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
{
"name": "@comet-anuvaad/video-proofread",
"description": "This project is created using Direflow",
"version": "1.1.0",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jest-environment-jsdom-fourteen"
},
"dependencies": {
"abortcontroller-polyfill": "^1.4.0",
"classnames": "^2.2.6",
"direflow-component": "3.2.8",
"history": "^4.10.1",
"prop-types": "^15.7.2",
"proxy-polyfill": "^0.3.1",
"query-string": "^6.11.0",
"react-lottie": "^1.2.3",
"react-notifications": "^1.5.0-beta.0",
"react-scripts": "^3.4.3",
"react-switch": "^5.0.1",
"socket.io-client": "^2.3.0",
"superagent": "^5.2.2",
"superagent-use": "^0.1.0"
},
"devDependencies": {
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"jest-environment-jsdom-fourteen": "0.1.0",
"react-app-rewired": "2.1.3",
"react-test-renderer": "16.9.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.87.2",
"to-string-loader": "1.1.5"
},
"peerDependencies": {
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.87.2"
},
"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"
]
},
"config-overrides-path": "direflow-webpack.js",
"repository": {
"type": "git",
"url": "git+https://github.com/project-anuvaad/COMET-proofread.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/project-anuvaad/COMET-proofread/issues"
}
}