forked from Platoniq/decidim-module-navigation_maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.63 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
49
{
"name": "decidim-module-navigation_maps",
"version": "1.0.0",
"description": "A Blueprint/Map navigation for Decidim",
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js app/packs/",
"lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/ --fix",
"stylelint": "stylelint app/packs/stylesheets/**/*.scss",
"stylelint-fix": "stylelint app/packs/stylesheets/**/*.scss --fix",
"prettier": "prettier --check '**/*.scss'",
"prettify": "prettier --write '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Platoniq/decidim-module-navigation_maps.git"
},
"keywords": [
"decidim"
],
"author": "Ivan Verges <ivan@platoniq.net>",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Platoniq/decidim-module-navigation_maps/issues"
},
"homepage": "https://github.com/Platoniq/decidim-module-navigation_maps#readme",
"stylelint": {
"extends": "@decidim/stylelint-config"
},
"prettier": "@decidim/prettier-config",
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.11.4",
"jquery-form": "^4.3.0",
"jsviews": "^1.0.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-transform-classes": "^7.23.8",
"@babel/plugin-transform-regenerator": "^7.23.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@decidim/dev": "0.28.0",
"@decidim/eslint-config": "0.28.0",
"@decidim/prettier-config": "0.28.0",
"@decidim/stylelint-config": "0.28.0",
"postcss-scss": "^4.0.9",
"sass-embedded": "~1.57.1"
}
}