-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
62 lines (62 loc) · 1.95 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "decidim-module-decidim_awesome",
"version": "0.11.0",
"description": "Mods and tweaks for Decidim",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c .eslintrc.json --ext .js app/packs/",
"lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/ --fix",
"stylelint": "stylelint **/*.scss",
"stylelint-fix": "stylelint **/*.scss --fix",
"prettier": "prettier --check '**/*.scss'",
"prettify": "prettier --write '**/*.scss'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decidim-ice/decidim-module-decidim_awesome.git"
},
"keywords": [
"decidim"
],
"author": "ivan@pokecode.net",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/decidim-ice/decidim-module-decidim_awesome/issues"
},
"homepage": "https://github.com/decidim-ice/decidim-module-decidim_awesome#readme",
"stylelint": {
"extends": "@decidim/stylelint-config"
},
"prettier": "@decidim/prettier-config",
"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.4",
"@decidim/eslint-config": "0.28.4",
"@decidim/prettier-config": "0.28.4",
"@decidim/stylelint-config": "0.28.4",
"postcss-scss": "^4.0.9",
"sass-embedded": "~1.57.1",
"@tarekraafat/autocomplete.js": "10.2.7"
},
"dependencies": {
"@rails/actioncable": "^6.1.7-6",
"codemirror": "^5.65.0",
"form-storage": "^1.3.5",
"formBuilder": "^3.19.12",
"highlight.js": "^11.4.0",
"inline-attacher": "^0.0.7",
"jsrender": "^1.0.9",
"leaflet.featuregroup.subgroup": "^1.0.2",
"tom-select": "2.2.2"
}
}