-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
54 lines (54 loc) · 1.5 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": "draw-app",
"private": true,
"main": "index.js",
"dependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@popperjs/core": "^2.11.7",
"@rollup/plugin-inject": "^5.0.3",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/compat": "^3.2.47",
"axios": "^1.2.0",
"backbone": "^1.5.0",
"backbone-forms": "^0.14.1",
"backbone-model-file-upload": "^1.0.2",
"backbone.marionette": "2.4.7",
"backbone.wreqr": "1.3.6",
"blueimp-file-upload": "^10.32.0",
"bootstrap": "4.6.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-switch": "^3.4.0",
"bootstrap-vue": "^2.23.1",
"bowser": "^2.11.0",
"caniuse-lite": "^1.0.30001171",
"common-tags": "^1.8.0",
"jquery": "^3.6.4",
"jquery-ui-dist": "^1.13.2",
"jquery-ujs": "^1.2.3",
"jquery.kinetic": "^2.2.4",
"jsonapi-vuex": "^5.10.0",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"luxon": "^3.1.0",
"magnify": "2.1.0",
"moment": "2.17.0",
"popper.js": "^1.16.1",
"sass": "^1.62.1",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"select2-bootstrap4-theme": "^1.0.0",
"tempusdominus-bootstrap-4": "^5.39.2",
"trumbowyg": "^2.27.3",
"underscore": "^1.13.6",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.45",
"@vue/runtime-dom": "^3.2.47",
"vite": "^4.5.3",
"vite-plugin-full-reload": "^1.0.5",
"vite-plugin-ruby": "^3.2.2"
}
}