forked from AjuntamentdeBarcelona/decidim-module-kids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.52 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
{
"name": "decidim-module-kids",
"description": "A module for promoting kids participation in Decidim.",
"private": true,
"scripts": {
"lint": "eslint -c .eslintrc.json --no-error-on-unmatched-pattern --ext .js,.jsx app/packs",
"lint-fix": "eslint -c .eslintrc.json --no-error-on-unmatched-pattern --ext .js,.jsx 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/AjuntamentdeBarcelona/decidim-module-kids.git"
},
"keywords": [
"decidim"
],
"author": "[email protected]",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/AjuntamentdeBarcelona/decidim-module-kids/issues"
},
"homepage": "https://github.com/AjuntamentdeBarcelona/decidim-module-kids#readme",
"stylelint": {
"extends": "@decidim/stylelint-config"
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
},
"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"
}
}