forked from vivreanantes/cartovrac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.53 KB
/
package.json
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
42
43
44
45
46
47
48
{
"name": "vracanantes",
"version": "1.0.0",
"description": "**Vrac à Nantes** is an open-source project that aims to ease people to buy products without packaging and therefore reduce the amount of generated wastes.",
"main": "vracanantes.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production; ./refreshCacheBulk.sh; ./refreshCacheJTB.sh; ./copy_files_to_dist.sh",
"ftp-deploy": "node deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vivreanantes/vracanantes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vivreanantes/vracanantes/issues"
},
"homepage": "https://github.com/vivreanantes/vracanantes#readme",
"devDependencies": {
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.3.1",
"leaflet": "^1.4.0",
"leaflet.featuregroup.subgroup": "^1.0.2",
"leaflet.locatecontrol": "^0.65.2",
"leaflet.markercluster": "^1.4.1",
"mini-css-extract-plugin": "^0.4.5",
"typeface-roboto": "0.0.54",
"url-loader": "^1.1.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"ftp": "^0.3.10",
"glob": "^7.1.3",
"leaflet-control-geocoder": "^1.6.0",
"sass-loader": "^7.1.0",
"ssh2-sftp-client": "^2.4.3",
"style-loader": "^0.23.1"
}
}