forked from digirati-co-uk/timeliner
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "iiif-timeliner",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:digirati-co-uk/timeliner.git",
"author": "Stephen Fraser <[email protected]>",
"license": "MIT",
"scripts": {
"start": "vite",
"build": "vite build",
"test": "vitest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
"watch": "vite build --watch",
"snyk-protect": "snyk-protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"@reach/component-component": "^0.1.1",
"@snyk/protect": "^1.1044",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"js-yaml": "3.13.1",
"redux-saga-test-plan": "^3.7.0",
"sass-embedded": "^1.77.8",
"vite": "^5.4.2",
"vitest": "^2.0.5"
},
"dependencies": {
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.14",
"docz-theme-default": "1.2.0",
"hls.js": "^0.12.2",
"immutability-helper": "^2.8.1",
"langs": "^2.0.0",
"lodash.flow": "^3.5.0",
"mediaelement": "^4.2.9",
"prop-types": "^15.6.2",
"query-string": "^6.2.0",
"react": "^16.8.6",
"react-color": "^2.14.1",
"react-dom": "^16.8.6",
"react-keyboard-event-handler": "^1.3.1",
"react-measure": "^2.1.2",
"react-pose": "^4.0.4",
"react-redux": "^5.0.7",
"react-sound": "^1.2.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.0",
"redux-undo-redo": "^2.0.0",
"voca": "^1.4.0"
},
"resolutions": {
"get-pkg-repo": "4.1.1",
"hosted-git-info": "^2.1.4",
"js-yaml": "3.13.1",
"mixin-deep": "1.3.2",
"set-value": "2.0.1"
},
"snyk": true
}