forked from Platoniq/decidim-module-civicrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.57 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-civicrm",
"version": "0.7",
"description": "A CiViCRM integration with Decidim",
"scripts": {
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Openpoke/decidim-module-civicrm.git"
},
"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"
},
"keywords": [
"decidim"
],
"author": "[email protected]",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Openpoke/decidim-module-civicrm/issues"
},
"homepage": "https://github.com/Openpoke/decidim-module-civicrm#readme",
"stylelint": {
"extends": "@decidim/stylelint-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.3",
"@decidim/eslint-config": "0.28.3",
"@decidim/prettier-config": "0.28.3",
"@decidim/stylelint-config": "0.28.3",
"postcss-scss": "^4.0.9"
},
"dependencies": {
}
}