-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
32 lines (32 loc) · 1.08 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
{
"name": "app",
"private": "true",
"dependencies": {
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@excid3/uppy-activestorage-upload": "https://github.com/excid3/uppy-activestorage-upload",
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo-rails": "^7.2.5",
"@rails/actiontext": "^7.0.4-2",
"@rails/request.js": "^0.0.8",
"@tailwindcss/forms": "^0.5.3",
"@uppy/core": "^3.1.1",
"@uppy/dashboard": "^3.3.1",
"@uppy/drag-drop": "^3.0.1",
"@uppy/progress-bar": "^3.0.1",
"@uppy/tus": "^3.0.5",
"autoprefixer": "^10.4.13",
"debounce": "^1.2.1",
"esbuild": "^0.17.8",
"mapbox-gl": "^2.13.0",
"postcss": "^8.4.21",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.2.7",
"tailwindcss-stimulus-components": "^3.0.4",
"trix": "^2.0.4"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
}
}