-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.93 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.93 KB
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
{
"name": "react-file-manager",
"version": "0.4.0",
"private": true,
"description": "A file manager built in ReactJs",
"keywords": [
"file",
"manager",
"explorer",
"reactjs"
],
"license": "MIT",
"auther": "Praveen Bisht",
"main": "index.js",
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@reach/tabs": "^0.7.3",
"apollo-cache-inmemory": "^1.6.5",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-upload-client": "^12.1.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-contextmenu": "^2.13.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-scripts": "3.3.0",
"react-toast-notifications": "^2.4.0",
"styled-components": "4.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/dailykit/react-file-manager.git"
},
"bugs": {
"url": "https://github.com/dailykit/react-file-manager.git/issues"
},
"devDependencies": {
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0"
}
}