-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 887 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 887 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
27
28
29
30
31
32
33
{
"name": "designer",
"version": "0.2.0",
"description": "Design rich text markdown pages in Rails applications",
"main": "app/javascript/designer/index.js",
"files": [
"app/javascript/designer/*.js"
],
"repository": "https://github.com/sourcey/designer",
"author": "Sourcey",
"contributors": [
"Kam Low <hello@sourcey.com>"
],
"license": "MIT",
"private": true,
"dependencies": {
"@voerro/vue-tagsinput": "^1.11.1",
"bootstrap": "4.1.3",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"jquery-resizable-dom": "^0.32.0",
"jquery-serializejson": "^2.8.1",
"popper.js": "^1.14.6",
"rails-ujs": "^5.2.1-1",
"simplemde": "^1.11.2",
"toastr": "^2.1.4",
"vue": "^2.5.22",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.22",
"vue-upload-component": "^2.8.16",
"vuedraggable": "^2.17.0"
}
}