-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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
{
"name": "@chrisbielak/vue-pagebuilder",
"version": "0.0.60",
"repository": {
"type": "git",
"url": "https://github.com/ChristianBielak/vue-pagebuilder"
},
"keywords": [
"vue.js",
"laravel",
"pagebuilder",
"vue spa"
],
"author": "Christian Bielak",
"license": "MIT",
"bugs": {
"url": "https://github.com/ChristianBielak/vue-pagebuilder/issues"
},
"scripts": {
"postinstall": "node scripts/install.js"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.120",
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"lodash": "^4.17.11",
"raphael": "^2.2.7",
"typescript": "^3.0.0",
"ts-loader": "^6.2.1",
"vue": "^2.5.22",
"vue-bootstrap-datetimepicker": "^5.0.1",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-quill-editor": "^3.0.6",
"vue-select": "^2.5.1",
"vue-sticky-directive": "0.0.8",
"vue-unicons": "^1.2.0",
"vue2-dropzone": "^3.5.2",
"vuedraggable": "^2.17.0",
"vuex": "^3.0.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-typescript": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"vue-template-compiler": "^2.5.21"
}
}