mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Use yarn for front-end dependencies instead of rails-assets
This commit is contained in:
35
package.json
Normal file
35
package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "diaspora",
|
||||
"version": "0.7.17.0",
|
||||
"repository": "git@github.com:diaspora/diaspora.git",
|
||||
"author": "diaspora* team",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"jquery.textchange": "gist:424774",
|
||||
"autosize": "4.0.2",
|
||||
"backbone": "1.3.3",
|
||||
"blueimp-gallery": "2.33.0",
|
||||
"bootstrap-markdown": "2.10.0",
|
||||
"corejs-typeahead": "1.2.1",
|
||||
"cropperjs": "1.4.3",
|
||||
"fine-uploader": "5.13.0",
|
||||
"highlightjs": "9.12.0",
|
||||
"jquery": "3.6.0",
|
||||
"jquery-placeholder": "2.3.1",
|
||||
"jquery.are-you-sure": "1.9.0",
|
||||
"markdown-it": "8.4.2",
|
||||
"markdown-it-diaspora-mention": "^1.2.0",
|
||||
"markdown-it-footnote": "3.0.3",
|
||||
"markdown-it-for-inline": "0.1.1",
|
||||
"markdown-it-hashtag": "0.4.0",
|
||||
"markdown-it-html5-embed": "^1.0.0",
|
||||
"markdown-it-sanitizer": "0.4.3",
|
||||
"markdown-it-sub": "1.0.0",
|
||||
"markdown-it-sup": "1.0.0",
|
||||
"perfect-scrollbar": "1.4.0",
|
||||
"pica": "5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jasmine-ajax": "4.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user