-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.48 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
{
"name": "lapin",
"private": true,
"scripts": {
"build": "cp -r node_modules/@gouvfr/dsfr/dist/fonts public; cp -r node_modules/@gouvfr/dsfr/dist/icons public; cp app/assets/images/favicon/favicon.ico public/favicon.ico; mkdir -p public/dsfr; cp -r node_modules/@gouvfr/dsfr/dist/artwork public/dsfr/artwork; webpack --config webpack.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fullcalendar/core": "^4.4.2",
"@fullcalendar/daygrid": "^4.4.2",
"@fullcalendar/interaction": "^4.4.2",
"@fullcalendar/list": "^4.4.2",
"@fullcalendar/timegrid": "^4.4.2",
"@gouvfr/dsfr": "^1.9.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@rails/ujs": "^6.0.0",
"autocomplete.js": "^0.37.1",
"bootstrap": "^4.3.1",
"bowser": "^2.7.0",
"chart.js": "^4.2.1",
"chartjs-adapter-date-fns": "^3.0.0",
"chartkick": "^5.0.1",
"custom-event-polyfill": "^1.0.7",
"jquery": "^3.4.0",
"jquery-datetimepicker": "^2.5.21",
"kind-of": ">=6.0.3",
"minimist": "^1.2.6",
"popper.js": "^1.15.0",
"select2": "^4.0.8",
"select2-bootstrap4-theme": "^1.0.0",
"turbolinks": "^5.2.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"css-loader": "^6.7.1",
"fstream": "^1.0.12",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "3.3.2",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2"
}
}