-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 918 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
30
31
32
33
34
35
36
{
"name": "@turbo-boost/elements",
"version": "0.1.0",
"description": "Pre-built easy to use reactive TurboBoost elements for Rails/Hotwire apps.",
"keywords": [
"hotwire",
"hotwired",
"rails",
"turbo",
"turbo-boost",
"web-components"
],
"main": "app/assets/builds/@turbo-boost/elements.js",
"files": [
"app/assets/builds/@turbo-boost/*{.js,.map}"
],
"repository": "https://github.com/hopsoft/turbo_boost-elements",
"author": "Nate Hopkins (hopsoft) <[email protected]>",
"license": "MIT",
"dependencies": {
"@turbo-boost/devtools": "^0.0.6"
},
"peerDependencies": {
"@hotwired/turbo-rails": ">= 7.2",
"@turbo-boost/commands": ">= 0.3.0"
},
"devDependencies": {
"esbuild": "^0.21.3",
"eslint": "^9.3.0",
"prettier": "^3.0.3"
},
"scripts": {
"build": "node bin/build.mjs",
"build:watch": "node bin/build.mjs --watch"
}
}