forked from pmather/dlp-access
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) · 2.43 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
{
"name": "item-display",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^1.2.5",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"assign-deep": "^1.0.1",
"aws-amplify": "^4.3.10",
"aws-amplify-react": "^3.1.8",
"bootstrap": "^4.4.1",
"cypress-file-upload": "^4.1.1",
"deep-object-diff": "^1.1.0",
"flv.js": "^1.5.0",
"hls.js": "^0.13.2",
"jquery": "^3.5.1",
"js-levenshtein": "^1.1.6",
"mediaelement": "^4.2.16",
"mocha": "^9.2.1",
"mochawesome": "^7.0.1",
"npm-check-updates": "^12.4.0",
"patch-package": "^6.2.2",
"pdfjs-dist": "^2.4.456",
"query-string": "^6.9.0",
"react": "^16.13.1",
"react-3d-viewer": "^1.0.12",
"react-dom": "^16.13.1",
"react-focus-lock": "^2.4.1",
"react-fontawesome": "^1.7.1",
"react-helmet": "^5.2.1",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "5.0.0",
"react-share": "^4.4.0",
"react-slick": "^0.26.1",
"reactstrap": "^8.2.0",
"sanitize-html": "^2.4.0",
"sass": "^1.49.8",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.1",
"slick-carousel": "^1.8.1",
"typescript": "^3.7.4",
"uuid": "^8.3.2",
"x3dom": "^1.8.1"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write",
"git add"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"cypress": "^5.5.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git"
}
}