-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.7 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
{
"author": "[email protected]",
"name": "vue-aspect-ratio",
"version": "0.1.1",
"scripts": {
"docs": "npm run docs:serve",
"docs:build": "vue-cli-service docs --mode build",
"docs:serve": "vue-cli-service docs --mode serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:open": "npx cypress open",
"test": "npx cypress run",
"prepublish": "vue-cli-service lint && vue-cli-service docs --mode build && vue-cli-service build"
},
"main": "dist/vue-aspect-ratio.common.js",
"module": "dist/vue-aspect-ratio.esm.js",
"unpkg": "dist/vue-aspect-ratio.umd.min.js",
"files": [
"dist/vue-aspect-ratio.common.js",
"dist/vue-aspect-ratio.umd.min.js",
"dist/vue-aspect-ratio.umd.js",
"dist/vue-aspect-ratio.esm.js",
"src"
],
"dependencies": {
"core-js": "^3.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-e2e-cypress": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-cli-plugin-p11n": "^0.4.0",
"vue-template-compiler": "^2.6.10",
"vue": "^2.6.10"
},
"repository": {
"type": "git",
"url": "https://github.com/albertodeago/vue-aspect-ratio.git"
},
"bugs": {
"url": "https://github.com/albertodeago/vue-aspect-ratio/issues"
},
"homepage": "https://github.com/albertodeago/vue-aspect-ratio/blob/master/README.md",
"jsdelivr": "dist/vue-aspect-ratio.umd.min.js",
"license": "MIT",
"sideeffects": false
}