-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
63
64
65
66
67
{
"name": "app",
"private": true,
"dependencies": {
"@decidim/browserslist-config": "^0.27.5",
"@decidim/core": "^0.27.5",
"@decidim/elections": "^0.27.5",
"@decidim/webpacker": "^0.27.5",
"@rails/actioncable": "^6.1.7",
"codemirror": "^5.65.16",
"europa": "^4.0.0",
"form-storage": "^1.3.5",
"formBuilder": "^3.19.7",
"highlight.js": "^11.9.0",
"inline-attachment": "^2.0.3",
"inscrybmde": "^1.11.6",
"jquery-ui": "^1.13.3",
"jsrender": "^1.0.14",
"leaflet.featuregroup.subgroup": "^1.0.2",
"marked": "^5.1.2",
"select2": "^4.1.0-rc.0"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/@rails/webpacker/package/babel/preset.js"
]
},
"browserslist": [
"extends @decidim/browserslist-config"
],
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js app/packs/src",
"lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/src --fix",
"stylelint": "stylelint app/packs/stylesheets/**/*.scss",
"stylelint-fix": "stylelint app/packs/stylesheets/**/*.scss --fix"
},
"stylelint": {
"extends": "@decidim/stylelint-config",
"rules": {
"block-opening-brace-space-before": "always"
}
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-classes": "^7.24.7",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@decidim/dev": "^0.27.5",
"@decidim/eslint-config": "^0.27.5",
"@decidim/stylelint-config": "^0.27.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-standard": "^3.1.0",
"sass-embedded": "^1.57.1",
"stylelint": "^13.11.0",
"webpack-dev-server": "^4.15.1"
}
}