This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.78 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
{
"name": "solid-filemanager",
"version": "1.1.1",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/otto-aa/solid-filemanager.git"
},
"keywords": [
"filemanager",
"solid"
],
"main": "dist/cjs/Wrapper.js",
"author": "A_A",
"license": "MIT",
"bugs": {
"url": "https://github.com/otto-aa/solid-filemanager/issues"
},
"homepage": ".",
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "^3.0.2",
"@types/classnames": "^2.2.11",
"@types/history": "^4.7.8",
"@types/jest": "^24.9.1",
"@types/jszip": "^3.1.7",
"@types/material-ui": "^0.21.7",
"@types/mime": "^2.0.3",
"@types/node": "^11.15.47",
"@types/react": "^16.14.4",
"@types/react-dom": "^17.0.3",
"@types/react-plyr": "^2.1.0",
"@types/react-redux": "^7.1.16",
"history": "^4.10.1",
"jszip": "^3.6.0",
"mime": "^2.5.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-plyr": "^2.2.0",
"react-redux": "^6.0.1",
"react-scripts": "^4.0.3",
"redux": "^4.0.5",
"redux-thunk": "~2.3.0",
"solid-auth-client": "^2.5.3",
"solid-file-client": "^1.2.4",
"typeface-roboto": "0.0.54",
"typescript": "^3.9.9",
"snyk": "^1.509.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@rollup/plugin-typescript": "^6.1.0",
"js-green-licenses": "^3.0.0",
"rollup": "^2.33.1"
},
"snyk": true
}