-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.73 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
{
"name": "decidim-module-alternative_landing",
"version": "0.6.5",
"description": "Alternative and Additional content blocks for Decidim's Homepage and Process Group Landing pages",
"main": "index.js",
"directories": {
"example": "examples",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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 --ignore-path .stylelintignore",
"stylelint-fix": "stylelint **/*.scss --ignore-path .stylelintignore --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Platoniq/decidim-module-alternative_landing.git"
},
"keywords": [
"decidim"
],
"author": "[email protected]",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Platoniq/decidim-module-alternative_landing/issues"
},
"homepage": "https://github.com/Platoniq/decidim-module-alternative_landing#readme",
"stylelint": {
"extends": "@decidim/stylelint-config"
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
},
"devDependencies": {
"@decidim/dev": "^0.29.1",
"@decidim/eslint-config": "^0.29.1",
"@decidim/prettier-config": "^0.29.1",
"@decidim/stylelint-config": "^0.29.1",
"esbuild": "^0.19.10",
"esbuild-loader": "^4.0.2"
},
"dependencies": {
"@decidim/core": "^0.29.1",
"@decidim/webpacker": "^0.29.1",
"@fullcalendar/core": "^6.0.2",
"@fullcalendar/daygrid": "^6.0.2",
"@fullcalendar/timegrid": "^6.0.2",
"codemirror": "^5.60.0",
"foundation-sites": "^6.7.5"
}
}