forked from test-IO/example-cirro-rails-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 957 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
30
31
{
"name": "example_cirro_rails_app",
"private": true,
"dependencies": {
"@rails/actioncable": "^7.0.4",
"@rails/actiontext": "^7.0.4",
"@rails/ujs": "^7.0.4",
"@hotwired/stimulus": "^3.2.0",
"@hotwired/turbo-rails": "^7.2.4",
"@tailwindcss/ui": "^0.5.0",
"stimulus": "^1.1.1",
"tailwindcss": "^3.2.4",
"tailwindcss-stimulus-components": "^2.0.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"esbuild": "^0.15.16",
"esbuild-rails": "^1.0.3",
"trix": "^1.3.1",
"chokidar": "^3.5.2",
"autoprefixer": "^10.4.13"
},
"version": "0.1.0",
"scripts": {
"build:css": "tailwindcss --postcss -i ./app/assets/stylesheets/application.css -o ./app/assets/builds/application.css",
"build": "node esbuild.config.js"
}
}