forked from Frluckystart/vue-pdfmake
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "vue-pdfmake",
"version": "0.1.1",
"license": "MIT",
"main": "dist/vue-pdfmake.common.js",
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/mizuka-wu/vue-pdfmake/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:mizuka-wu/vue-pdfmake.git"
},
"homepage": "https://www.mizuka.top/vue-pdfmake/",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name vue-pdfmake src/components/PdfMake.vue",
"lint": "vue-cli-service lint",
"docs:dev": "npx vuepress dev docs",
"docs:build": "npx vuepress build docs"
},
"dependencies": {
"core-js": "^2.6.5",
"debounce": "^1.2.0",
"pdfmake": "^0.1.54",
"pdfmake-support-chinese-fonts": "^1.0.3",
"vue": "^2.6.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"font-carrier": "^0.1.0",
"vue-template-compiler": "^2.5.21",
"vuepress": "^0.14.10"
}
}