aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4c9065a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "agl-homescreen",
+ "version": "0.0.0",
+ "description": "Homescreen project for AGL based on html5 technologies",
+ "scripts": {
+ "webpack": "webpack",
+ "build": "webpack",
+ "start": "webpack-dev-server"
+ },
+ "homepage": "https://bitbucket.org/smarsol/homescreen",
+ "author": "humberto.alfonso@asvito.es",
+ "repository": {
+ "type": "git",
+ "url": "git@bitbucket.org:smarsol/homescreen.git"
+ },
+ "keywords": [
+ "agl",
+ "automotive",
+ "automotivegradelinux"
+ ],
+ "devDependencies": {
+ "clean-webpack-plugin": "^1.0.1",
+ "copy-webpack-plugin": "^4.6.0",
+ "css-loader": "^2.1.0",
+ "html-webpack-plugin": "^3.2.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"
+ },
+ "dependencies": {
+ "bootstrap": "^4.3.1"
+ }
+}