-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "mon-suivi-justice",
"private": true,
"engines": {
"node": "20.13.1",
"yarn": "1.22.22"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@gouvfr/dsfr": "^1.11.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@nathanvda/cocoon": "^1.2.14",
"@rails/actioncable": "^7.2.200",
"@rails/actiontext": "^7.2.200",
"@rails/activestorage": "^7.2.200",
"@rails/ujs": "^7.1.500",
"abyme": "^0.7.4",
"autoprefixer": "^10.4.20",
"date-holidays": "^3.23.12",
"esbuild": "^0.24.0",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"micromodal": "^0.4.6",
"postcss": "^8.4.48",
"postcss-cli": "^11.0.0",
"postcss-color-mod-function": "^4.1.1",
"postcss-import": "^16.1.0",
"postcss-mixins": "^11.0.3",
"postcss-nesting": "^13.0.1",
"postcss-scss": "^4.0.9",
"stimulus-use": "^0.51.3",
"trix": "^2.1.8",
"uuid": "^11.0.3"
},
"version": "0.1.0",
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --loader:.svg=copy --asset-names=[name] --outdir=app/assets/builds --public-path=/assets",
"build:css": "postcss ./app/assets/stylesheets/application.postcss.css -o ./app/assets/builds/application.css"
},
"devDependencies": {
"postcss-replace": "^2.0.1"
},
"resolutions": {
"postcss": "^8.4.35"
}
}