-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 860 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 860 Bytes
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
{
"name": "arce",
"private": true,
"dependencies": {
"@rails/webpacker": "^5.1.1",
"babel-preset-react": "^6.24.1",
"coffeescript": "1.12.7",
"hls.js": "^0.10.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hls-player": "^0.0.5",
"universalviewer": "^3.0.16",
"wavesurfer.js": "^2.0.6",
"webpack-merge": "^4.1.1",
"webpacker-react": "^0.3.2",
"xslt": "^0.9.1"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "shx cp -r ./node_modules/universalviewer/dist ./public/uv",
"uv-config": "shx cp ./config/uv/uv.html ./public/uv/uv.html && shx cp ./config/uv/uv-config.json ./public/uv/"
},
"devDependencies": {
"shx": "^0.3.2",
"webpack-dev-server": "^3.11.0"
}
}