forked from chicago-tool-library/circulate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 671 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 671 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
{
"name": "circulate",
"private": true,
"dependencies": {
"@rails/actioncable": "^6.0.0-alpha",
"@rails/actiontext": "^6.0.0-beta3",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.2",
"awesomplete": "^1.1.4",
"feather-icons": "^4.25.0",
"jquery": "^3.5.0",
"mjml": "^4.6.3",
"selectize": "^0.12.6",
"smooth-scroll-into-view-if-needed": "^1.1.27",
"spectre.css": "^0.5.8",
"stimulus": "^1.1.1",
"trix": "^1.0.0",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"markdown-toc": "^1.2.0",
"webpack-dev-server": "^3.2.1"
}
}