-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 756 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 756 Bytes
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
{
"name": "cable_modal",
"version": "0.1.5",
"description": "Modal form workflows, powered by CableReady operations and 🧡",
"main": "./javascript/index.js",
"directories": {
"javascript": "javascript",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rafe Rosen <rafe@existentialmutt.com> (http://existentialmutt.com)",
"license": "MIT",
"peerDependencies": {
"cable_ready": ">= 5.0.0-pre3"
},
"devDependencies": {
"@popperjs/core": "^2.9.3",
"@rails/webpacker": "5.4.2",
"bootstrap": "^5.1.0",
"cable_ready": "^5.0.0-pre3",
"mrujs": "^0.5.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^4.0.0"
}
}