-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 2 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
{
"name": "app",
"private": true,
"dependencies": {
"@bullet-train/bullet-train": "1.11.0",
"@bullet-train/bullet-train-sortable": "1.11.0",
"@bullet-train/fields": "1.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@fullhuman/postcss-purgecss": "7.0.2",
"@hotwired/turbo-rails": "^8.0.12",
"@icon/themify-icons": "^1.0.1-alpha.3",
"@rails/actioncable": "^7.1.3",
"@rails/actiontext": "^8.0.0",
"@rails/activestorage": "^8.0.0",
"@rails/request.js": "^0.0.11",
"@rails/ujs": "^7.1.500",
"@redocly/cli": "^1.0.0-beta.111",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cable_ready": "^5.0.5",
"dragula": "^3.7.3",
"esbuild": "^0.24.0",
"glob": "^10.3.12",
"jstz": "^2.1.1",
"postcss": "^8.4.38",
"postcss-css-variables": "^0.19.0",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"stimulus-reveal": "^1.4.2",
"stimulus-scroll-reveal": "^3.2.0",
"tailwindcss": "^3.4.15",
"yalc": "^1.0.0-pre.53"
},
"scripts": {
"heroku-postbuild": "echo 'This step prevents Heroku from trying to run `yarn build` before ruby and bundler are available. The asset pipeline will call it as part of asset precompilation.'",
"build": "THEME=\"light\" node esbuild.config.js",
"build:css": "bin/link; THEME=\"light\" yarn build; yarn light:build:css; yarn light:build:mailer:css",
"light:build:css": "THEME=\"light\" NODE_PATH=./node_modules tailwindcss -c tailwind.config.js -i ./app/assets/stylesheets/application.css -o ./app/assets/builds/application.light.css --postcss ./postcss.config.js",
"light:build:mailer:css": "THEME=\"light\" NODE_PATH=./node_modules tailwindcss -c $(bundle exec bin/theme tailwind-mailer-config light) -i $(bundle exec bin/theme tailwind-stylesheet light) -o ./app/assets/builds/application.mailer.light.css --postcss ./postcss.mailer.config.js"
},
"packageManager": "[email protected]"
}