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
30
31
32
33
34
35
36
37
38
39
40
41
|
{
"name": "agl-settings",
"version": "0.0.0",
"description": "Settings project for AGL based on html5 technologies",
"scripts": {
"webpack": "webpack",
"build": "webpack",
"start": "webpack-dev-server"
},
"homepage": "https://bitbucket.org/smarsol/settings",
"author": "humberto.alfonso@asvito.es",
"repository": {
"type": "git",
"url": "git@bitbucket.org:smarsol/settings.git"
},
"keywords": [
"agl",
"automotive",
"automotivegradelinux"
],
"devDependencies": {
"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"
}
}
|