-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
42 lines (42 loc) · 1.1 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": "@turbo-boost/streams",
"version": "0.1.11",
"description": "Take full control of the DOM with Turbo Streams",
"keywords": [
"hotwire",
"hotwired",
"rails",
"turbo",
"turbo-boost",
"turbo-streams"
],
"main": "app/assets/builds/@turbo-boost/streams.js",
"files": [
"app/assets/builds/@turbo-boost/*{.js,.map}"
],
"repository": "https://github.com/hopsoft/turbo_boost-streams",
"author": "Nate Hopkins (hopsoft) <[email protected]>",
"license": "MIT",
"dependencies": {
"idiomorph": "https://github.com/bigskysoftware/idiomorph.git"
},
"peerDependencies": {
"@hotwired/turbo-rails": ">= 7.2.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"flowbite": "1.5.3",
"playwright": "^1.41.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1"
},
"scripts": {
"build": "node bin/build.mjs",
"build:watch": "node bin/build.mjs --watch"
}
}