forked from bullet-train-co/bullet_train
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.76 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
{
"name": "app",
"private": "true",
"dependencies": {
"@bullet-train/bullet-train": "^1.0.72",
"@bullet-train/bullet-train-sortable": "^1.0.2",
"@bullet-train/fields": "^1.0.15",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@fullhuman/postcss-purgecss": "5.0.0",
"@hotwired/turbo-rails": "^7.2.4",
"@icon/themify-icons": "^1.0.1-alpha.3",
"@rails/actioncable": "^7.0.0",
"@rails/actiontext": "^7.0.0",
"@rails/activestorage": "^7.0.0",
"@rails/request.js": "^0.0.8",
"@rails/ujs": "^7.0.0",
"@redocly/cli": "^1.0.0-beta.111",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"cable_ready": "^5.0.0-pre8",
"dragula": "^3.7.3",
"esbuild": "^0.16.16",
"glob": "^8.0.1",
"jquery": "^3.6.3",
"jstz": "^2.1.1",
"postcss": "^8.4.21",
"postcss-css-variables": "^0.18.0",
"postcss-extend-rule": "^4.0.0",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"stimulus-reveal": "^1.4.2",
"tailwindcss": "^3.2.4",
"yalc": "^1.0.0-pre.53"
},
"scripts": {
"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 `bundle exec bin/theme tailwind-stylesheet light` -o ./app/assets/builds/application.light.css --postcss ./postcss.config.js",
"light:build:mailer:css": "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"
}
}