-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "civilsdeladefense",
"private": true,
"dependencies": {
"@algolia/autocomplete-js": "^1.7.1",
"@gouvfr/all": "^0.5.3",
"@hotwired/stimulus": "^3.0.1",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^7.0.0-beta.5",
"@rails/ujs": "^6.1.3",
"@rails/webpacker": "^5.2.1",
"bootstrap": "^4.3.1",
"bootstrap-material-design": "^4.1.2",
"bootstrap.native": "=3.0.14",
"domurl": "^2.1.9",
"flatpickr": "^4.6.2",
"highcharts": "^9.0.0",
"lightpick": "^1.3.4",
"mdn-polyfills": "^5.12.0",
"node-snackbar": "^0.1.16",
"smoothscroll-polyfill": "^0.4.3",
"snackbarjs": "^1.1.0",
"sortablejs": "^1.7.0",
"svg-sprite-loader": "^3.8.0",
"svgo": "^1.0.5",
"svgo-loader": "^2.1.0",
"trix": "^1.2.3",
"webpack": "^4.46.0"
},
"devDependencies": {
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"engines": {
"node": "16",
"npm": "8"
},
"volta": {
"node": "16.14.2"
}
}