-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
81 lines (81 loc) · 2.13 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
{
"name": "iiif-timeliner",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:digirati-co-uk/timeliner.git",
"author": "Stephen Fraser <stephen.fraser@digirati.com>",
"license": "MIT",
"scripts": {
"start": "fesk-start",
"build": "fesk-build && docz build",
"test": "jest --coverage",
"docz:dev": "docz dev",
"docz:build": "docz build",
"watch": "fesk-watch",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@fesk/scripts": "^1.1.1",
"@fesk/webpack-config": "^1.1.1",
"@reach/component-component": "^0.1.1",
"@types/jest": "^23.3.2",
"babel-core": "^7.0.0-bridge",
"babel-jest": "^23.6.0",
"docz": "1.0.3",
"jest": "^23.6.0",
"js-yaml": "3.13.1",
"redux-saga-test-plan": "^3.7.0"
},
"dependencies": {
"@fesk/bem-js": "^1.0.1",
"@material-ui/core": "^3.0.2",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.14",
"date-fns": "^1.29.0",
"docz-theme-default": "1.0.3",
"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",
"webpack-config": "^7.5.0",
"snyk": "^1.189.0"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "<rootDir>/jest.transform.js"
},
"coveragePathIgnorePatterns": [
"/node_modules/",
"/coverage/",
"(.test)\\.(ts|tsx|js)$",
"jest.transform.js",
".json"
]
},
"resolutions": {
"js-yaml": "3.13.1",
"mixin-deep": "1.3.2",
"set-value": "2.0.1"
},
"snyk": true
}