-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 990 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",
"dependencies": {
"@hotwired/stimulus": "^3.1.1",
"@hotwired/turbo-rails": "^7.2.4",
"@rails/actiontext": "^7.0.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"algoliasearch": "^5.0.0-alpha.27",
"autoprefixer": "^10.4.13",
"esbuild": "^0.15.13",
"highlight.js": "^11.6.0",
"postcss": "^8.4.18",
"sass": "^1.56.0",
"stimulus-character-counter": "^4.1.0",
"stimulus-dropdown": "^2.0.0",
"stimulus-textarea-autogrow": "^4.0.0",
"tailwindcss": "^3.2.2",
"tippy.js": "^6.3.7",
"trix": "^1.3.1"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"build:css": "sass ./app/assets/stylesheets/application.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
}
}