summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..32ecd4d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,43 @@
+{
+ "name": "agl-mediaplayer",
+ "version": "0.0.0",
+ "description": "Mediaplayer project for AGL based on html5 technologies",
+ "scripts": {
+ "webpack": "webpack",
+ "build": "webpack",
+ "start": "webpack-dev-server"
+ },
+ "homepage": "https://github.com/AGL-web-applications/mediaplayer",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:AGL-web-applications/mediaplayer.git"
+ },
+ "keywords": [
+ "agl",
+ "automotive",
+ "automotivegradelinux"
+ ],
+ "devDependencies": {
+ "@fortawesome/fontawesome-free": "^5.11.2",
+ "clean-webpack-plugin": "^1.0.1",
+ "copy-webpack-plugin": "^4.6.0",
+ "css-loader": "^2.1.0",
+ "file-loader": "^4.0.0",
+ "html-webpack-plugin": "^3.2.0",
+ "image-webpack-loader": "^5.0.0",
+ "mini-css-extract-plugin": "^0.5.0",
+ "node-sass": "^4.12.0",
+ "sass-loader": "^7.1.0",
+ "style-loader": "^0.23.1",
+ "uglifyjs-webpack-plugin": "^2.1.1",
+ "webpack": "^4.29.5",
+ "webpack-cli": "^3.2.3",
+ "webpack-dev-server": "^3.7.2",
+ "zip-webpack-plugin": "^3.0.0"
+ },
+ "dependencies": {
+ "mustache": "^3.1.0",
+ "bootstrap": "4.4.1",
+ "agl-js-api": "https://github.com/AGL-web-applications/agl-js-api.git#master"
+ }
+}