forked from railsadminteam/rails_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 862 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
{
"name": "rails_admin",
"version": "3.1.2",
"description": "RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.",
"homepage": "https://github.com/railsadminteam/rails_admin",
"license": "MIT",
"author": "Mitsuhiro Shibuya <[email protected]>",
"files": [
"src"
],
"main": "src/rails_admin/base.js",
"scripts": {
"link": "yarn link && cd spec/dummy_app && yarn link rails_admin",
"format": "prettier -w ."
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@fortawesome/fontawesome-free": ">=5.15.0 <7.0.0",
"@hotwired/turbo-rails": "^7.1.0",
"@popperjs/core": "^2.11.0",
"@rails/ujs": "^6.1.4-1",
"bootstrap": "^5.1.3",
"flatpickr": "^4.6.9",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1"
},
"devDependencies": {
"prettier": "^2.4.1"
}
}