forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 967 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
37
38
39
{
"name": "@rails/actiontext",
"version": "7.1.0-alpha",
"description": "Edit and display rich text in Rails applications",
"main": "app/javascript/actiontext/index.js",
"type": "module",
"files": [
"app/javascript/actiontext/*.js"
],
"homepage": "https://rubyonrails.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/rails/rails.git"
},
"bugs": {
"url": "https://github.com/rails/rails/issues"
},
"author": "Basecamp, LLC",
"contributors": [
"Javan Makhmali <[email protected]>",
"Sam Stephenson <[email protected]>"
],
"license": "MIT",
"dependencies": {
"@rails/activestorage": ">= 7.0.0-alpha1"
},
"peerDependencies": {
"trix": "^1.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-commonjs": "^19.0.1",
"rollup": "^2.35.1",
"trix": "^1.3.1"
},
"scripts": {
"build": "rollup --config rollup.config.js"
}
}