summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorHumberto Alfonso Díaz <humberto.alfonso@asvito.es>2019-06-19 08:17:22 +0200
committerLorenzo Tilve <ltilve@igalia.com>2020-02-04 09:41:14 +0100
commit577649504775349936391330a8bdf3fd58464a67 (patch)
tree0a7754a3512a316e39a94024b65f783a140f2de0 /package.json
parent706ad73eb02caf8532deaf5d38995bd258725cb8 (diff)
STRUCT Repo structure with basic layout
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"
+ }
+}