And avoid relying on cdn's and require access to the network to use `dots-viewer` And git ignore `node_modules` Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4334 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8754>
34 lines
937 B
JSON
34 lines
937 B
JSON
{
|
|
"name": "gst-dots",
|
|
"version": "1.0.0",
|
|
"description": "GStreamer dot files viewer",
|
|
"main": "static/js/gstdots.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack",
|
|
"build:dev": "webpack --config webpack.config.js --mode development"
|
|
},
|
|
"author": "Thibault Saunier <tsaunier@igalia.com>",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"@viz-js/viz": "^3.4.0",
|
|
"bootstrap": "^3.3.4",
|
|
"dragscroll": "0.0.8",
|
|
"fuse.js": "^7.0.0",
|
|
"jquery": "^2.2.4",
|
|
"jquery-color": "^2.2.0",
|
|
"jquery-mousewheel": "^3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^7.1.2",
|
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"style-loader": "^4.0.0",
|
|
"terser-webpack-plugin": "^5.3.14",
|
|
"webpack": "^5.98.0",
|
|
"webpack-cli": "^5.1.4"
|
|
}
|
|
}
|