forked from vue-final/vue-final-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.02 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "vue-final-modal",
"version": "0.13.5",
"description": "Vue Final Modal is a renderless, stackable, detachable and lightweight modal component.",
"private": false,
"main": "dist/VueFinalModal.umd.js",
"module": "dist/VueFinalModal.esm.js",
"jsnext:main": "dist/VueFinalModal.esm.js",
"unpkg": "dist/VueFinalModal.umd.js",
"jsdelivr": "dist/VueFinalModal.umd.js",
"files": [
"lib",
"dist"
],
"scripts": {
"build": "rollup -c --environment BUILD:production",
"dev": "rollup -c -w --environment BUILD:production",
"lint": "vue-cli-service lint"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@rollup/plugin-babel": "^5.2.1",
"@vue/cli-plugin-eslint": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "10.1.0",
"eslint": "6.7.2",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.11",
"rollup": "^2.26.3",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^0.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-vue": "^5.1.9",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"body-scroll-lock": "^3.0.3"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue}": [
"vue-cli-service lint"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/hunterliu1003/vue-final-modal.git"
},
"author": "Hunter Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/hunterliu1003/vue-final-modal/issues"
},
"homepage": "https://vue-final-modal.org",
"keywords": [
"vue",
"nuxt",
"modal",
"dialog",
"vue-final-modal",
"vue-modal",
"vue-dialog",
"vue-component"
]
}