-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.8 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
{
"name": "app",
"private": true,
"dependencies": {
"@decidim/browserslist-config": "^0.27.5",
"@decidim/core": "^0.27.5",
"@decidim/elections": "^0.27.5",
"@decidim/leaflet-svgicon": "^1.0.0",
"@decidim/webpacker": "^0.27.5",
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/timegrid": "^6.1.11",
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@rails/actioncable": "^7.1.3-2",
"chartkick": "^5.0.1",
"clockpicker": "^0.0.7",
"europa": "^4.0.0",
"form-storage": "^1.3.5",
"formBuilder": "^3.6.1",
"highlight.js": "^11.4.0",
"inline-attachment": "^2.0.3",
"inscrybmde": "^1.11.6",
"jquery": "^3.7.1",
"jquery-form": "^4.3.0",
"jquery-ui": "^1.13.0",
"jsrender": "^1.0.9",
"jsviews": "^1.0.13",
"leaflet.featuregroup.subgroup": "^1.0.2",
"marked": "^5.1.2",
"select2": "^4.1.0-rc.0",
"slick-carousel": "^1.8.1"
},
"version": "0.1.0",
"browserslist": [
"extends @decidim/browserslist-config"
],
"devDependencies": {
"@babel/eslint-parser": "^7.24.1",
"@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.1",
"@babel/plugin-transform-regenerator": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"@decidim/dev": "^0.27.4",
"@decidim/eslint-config": "^0.27.4",
"@decidim/stylelint-config": "^0.27.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.29.1",
"stylelint": "^13.11.0",
"webpack-cli": "^4",
"webpack-dev-server": "^4"
}
}