-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.27 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "rails_design",
"private": true,
"version": "0.0.8",
"description": "Rails Common Javascript",
"exports": {
".": "./app/javascripts/rails_design/index.js",
"./*": [
"./app/javascripts/*/index.js",
"./app/stylesheets/*/index.scss",
"./app/assets/stylesheets/*"
]
},
"files": [
"app/assets",
"app/javascripts",
"app/stylesheets"
],
"engines": {
"node": ">=6.14.4"
},
"dependencies": {
"@antv/g2": "^5.2.2",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/strada": "^1.0.0-beta1",
"@hotwired/turbo-rails": "^8.0.6",
"@rails/activestorage": "^7.1.2",
"bulma": "^1.0.3",
"choices.js": "^10.2.0",
"fullcalendar": "^6.1.10",
"highlight.js": "^11.5.1",
"idiomorph": "^0.3.0",
"luxon": "^3.5.0",
"sortablejs": "^1.15.2",
"weui": "^2.6.7"
},
"devDependencies": {
"jest": "^27.0.6"
},
"scripts": {
"test": "jest",
"lint": "eslint package/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/work.design/rails_design.git"
},
"author": "mingyuanqin<[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/work.design/rails_design/issues"
},
"homepage": "https://github.com/work.design/rails_design"
}