-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 1.2 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
{
"name": "decidim-term_customizer",
"version": "0.1.0",
"description": "**THIS MODULE IS CURRENTLY UNDER DEVELOPMENT**",
"main": "index.js",
"author": "Antti Hukkanen <[email protected]>",
"license": "AGPL-3.0",
"scripts": {
"lint": "eslint -c .eslintrc.json --no-error-on-unmatched-pattern --ignore-pattern app/packs/vendor --ext .js app/packs",
"stylelint": "stylelint app/packs/**/*.scss"
},
"engines": {
"node": "18.17.1",
"npm": ">=9.6.7"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.22.5",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.22.5",
"@decidim/dev": "^0.27.2",
"@decidim/eslint-config": "^0.27.2",
"@decidim/stylelint-config": "^0.27.2",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^3.1.0",
"stylelint": "^13.11.0"
}
}