-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.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
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
{
"name": "@voorhoede/vue-dato-image",
"version": "1.10.4",
"description": "Fully optimized image component for images from Dato CMS",
"main": "dist/vue-dato-image.ssr.js",
"module": "dist/vue-dato-image.esm.js",
"unpkg": "dist/vue-dato-image.min.js",
"style": "dist/vue-dato-image.css",
"author": "De Voorhoede (https://voorhoede.nl/)",
"repository": {
"type": "git",
"url": "https://github.com/voorhoede/vue-dato-image"
},
"licence": "MIT",
"files": [
"dist/*",
"src/**/*.vue"
],
"scripts": {
"prebuild": "rm -rf dist/",
"build": "NODE_ENV=production rollup --c rollup.config.js",
"docs": "run-s docs:*",
"docs:api": "vuedoc.md src/vue-dato-image.vue --section 'API' --output docs/v1/readme.md --ignore-data --ignore-methods --ignore-computed",
"docs:vuepress": "vuepress build docs",
"predev": "npm run docs:api",
"dev": "vuepress dev docs --open",
"test": "jest src/*",
"watch:test": "npm test -- --watch",
"lint": "eslint 'src/**/*.{js,vue}'"
},
"dependencies": {
"@voorhoede/vue-fixed-ratio": "^1.2.2",
"@voorhoede/vue-lazy-load": "^1.2.9",
"query-string": "6.13.1",
"rollup-plugin-css-only": "^2.1.0"
},
"devDependencies": {
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"@testing-library/jest-dom": "^5.11.1",
"@vue/test-utils": "1.0.3",
"@vuedoc/md": "1.6.0",
"@vuepress/plugin-register-components": "1.5.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "26.1.0",
"babel-preset-env": "1.7.0",
"babel-preset-vue": "2.0.2",
"eslint": "7.4.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-vue": "6.2.2",
"jest": "26.1.0",
"minimist": "1.2.5",
"npm-run-all": "4.1.5",
"rollup": "2.21.0",
"rollup-plugin-buble": "0.19.8",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "6.1.0",
"rollup-plugin-vue": "5.1.9",
"vue": "2.6.11",
"vue-jest": "3.0.6",
"vue-template-compiler": "2.6.11",
"vuepress": "1.5.2",
"vuepress-plugin-demo-code": "0.5.0"
}
}