-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
83 lines (83 loc) · 2.47 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
{
"name": "react-structural-metadata-editor",
"version": "2.0.0",
"description": "React Structural Metadata Editor for Avalon Media System",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"dev": "webpack serve --mode=development",
"test": "jest --coverage --colors",
"test:watch": "jest --watch",
"transpile": "rimraf dist & babel src --out-dir dist --ignore src/**/*.spec.js,src/**/*.test.js --copy-files",
"prepublishOnly": "npm run transpile",
"demo:build": "webpack --mode=production"
},
"contributors": [
"Adam Arling <[email protected]>",
"Dananji Withana <[email protected]>"
],
"license": "ISC",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@webpack-cli/serve": "^2.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.1",
"jest-dom": "^3.2.1",
"jest-environment-jsdom": "^28.1.1",
"react": "^16.8.6",
"react-dnd-test-backend": "^7.4.4",
"react-dnd-test-utils": "^7.4.4",
"react-dom": "^16.8.6",
"react-testing-library": "^7.0.0",
"rimraf": "^2.6.3",
"standardized-audio-context-mock": "^9.6.16",
"style-loader": "^0.23.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.9.2",
"webpack-hot-middleware": "^2.25.1"
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.2",
"@material-ui/core": "^4.12.0",
"@material-ui/icons": "4.2.1",
"axios": "^1.7.4",
"hls.js": "^1.1.2",
"konva": "^9.0.0",
"lodash": "4.17.21",
"manifesto.js": "^4.2.14",
"peaks.js": "^2.1.0",
"prop-types": "^15.6.2",
"react-bootstrap": "1.6.4",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
"react-redux": "^7.2.6",
"react-transition-group": "2.5.3",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"rxjs": "^6.4.0",
"uuid": "^3.3.2",
"waveform-data": "^4.3.0"
},
"resolutions": {
"braces": "2.3.2",
"mixin-deep": "1.3.2",
"set-value": "2.0.1",
"mkdirp": "^0.5.3"
}
}