-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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": "@apility/vue-netflex-cdn-image",
"version": "3.1.1",
"description": "A Vue library for Netflex cdn images",
"scripts": {
"build": "vue-tsc && vite build"
},
"files": [
"dist"
],
"main": "./dist/vue-netflex-cdn-image.umd.js",
"module": "./dist/vue-netflex-cdn-image.mjs",
"exports": {
".": {
"import": "./dist/vue-netflex-cdn-image.mjs",
"require": "./dist/vue-netflex-cdn-image.umd.js"
}
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apility/vue-netflex-cdn-image.git"
},
"author": "Cathrine Vaage",
"homepage": "https://github.com/apility/vue-netflex-cdn-image/tree/main#readme",
"dependencies": {
"@apility/netflex-cdn-url": "^2.1.2",
"@apility/vue-breakpoints-plugin": "^1.0.4",
"@apility/vue-netflex-cdn-url": "^1.0.6"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-dts": "^3.6.3",
"vue": "^3.3.8",
"vue-tsc": "^1.8.22"
}
}