-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.64 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.64 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "oneblink-apps-vue",
"main": "./dist/oneblink-apps-vue.common.js",
"files": [
"dist/*",
"src/*"
],
"version": "0.3.7",
"private": false,
"description": "@oneblink/apps-react faithfully translated to Vue",
"author": "David Porter <divporter@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/divporter/apps-vue"
},
"license": "GPL-3.0-only",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-library": "vue-cli-service build --target lib --name oneblink-apps-vue ./src/index.js",
"postbuild-library": "copyfiles -u 2 ./src/styles/oneblink-apps-vue.scss ./dist/",
"build-library-watch": "vue-cli-service build --target lib --name oneblink-apps-vue --watch --mode production ./src/index.js"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.11",
"@oneblink/apps-react": "^0.5.5",
"@types/uuid": "^8.3.1",
"balm-ui": "^8.47.1",
"color": "^3.2.1",
"core-js": "^3.6.5",
"trim-canvas": "^0.1.2",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-flatpickr-component": "^8.1.7",
"vue-frag": "^1.3.1",
"vue-plugin-load-script": "^1.3.5",
"vue-property-decorator": "^9.1.2",
"vue-signature-pad": "2.0.4",
"vue-the-mask": "^0.11.1",
"vue-tippy": "^4.13.0",
"vue-typed-mixins": "^0.2.0"
},
"peerDependencies": {
"@oneblink/apps": "^0.12.5-beta.1",
"vue": "^2.6.14"
},
"devDependencies": {
"@oneblink/apps": "^0.12.5-beta.1",
"@oneblink/types": "github:oneblink/types",
"@types/blueimp-load-image": "^5.14.4",
"@types/color": "^3.0.2",
"@types/file-saver": "^2.0.4",
"@types/google.maps": "^3.47.2",
"@types/grecaptcha": "^3.0.3",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/sanitize-html": "^2.6.0",
"@types/vue-the-mask": "^0.11.1",
"@types/xml2js": "^0.4.9",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"copyfiles": "^2.4.1",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^2.2.1",
"sass": "1.39",
"sass-loader": "^10.0.0",
"typescript": "^4.1.6",
"vue-template-compiler": "^2.6.11",
"webpack-node-externals": "^3.0.0"
}
}