-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "@turbo-boost/commands",
"version": "0.3.2",
"description": "Commands to help you build robust reactive applications with Rails & Hotwire.",
"keywords": [
"hotwire",
"hotwired",
"rails",
"turbo",
"turbo-boost"
],
"main": "app/assets/builds/@turbo-boost/commands.js",
"files": [
"app/assets/builds/@turbo-boost/*{.js,.map}"
],
"repository": "https://github.com/hopsoft/turbo_boost-commands",
"author": "Nate Hopkins (hopsoft) <[email protected]>",
"license": "MIT",
"dependencies": {
"debounced": "^1.0.0"
},
"peerDependencies": {
"@hotwired/turbo-rails": ">= 7.2.0",
"@turbo-boost/streams": ">= 0.1.11"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"esbuild": "^0.21.5",
"flowbite": "1.7.0",
"playwright": "^1.44.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.4",
"tailwindcss": "^3.4.4"
},
"scripts": {
"build": "node bin/build.mjs",
"build:watch": "node bin/build.mjs --watch"
}
}