-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 855 Bytes
/
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
{
"name": "app",
"private": "true",
"scripts": {
"build": "bun bun.config.js",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css --minify"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.3.0",
"@rails/actioncable": "^7.1.2",
"@rails/actiontext": "^7.1.2",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "latest",
"chroma-js": "^2.4.2",
"daisyui": "^4.4.0",
"moment": "^2.29.4",
"postcss": "latest",
"rhino-editor": "^0.9.0",
"tailwindcss": "latest",
"theme-change": "^2.5.0",
"tiptap-extension-subscript": "^0.1.0",
"tiptap-extension-superscript": "^0.1.0"
},
"devDependencies": {
"tailwindcss-inner-border": "^0.2.0"
}
}