This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.1 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "meema-elements",
"version": "0.0.0",
"description": "The easiest way to ensure your media/data is always displayed quickly, securely and at the highest quality possible.",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"vitebook:dev": "vitebook dev",
"vitebook:build": "vitebook build",
"vitebook:preview": "vitebook preview"
},
"dependencies": {
"vue": "^3.2.32"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@rushstack/eslint-patch": "^1.1.3",
"@vitebook/client": "^0.23.5",
"@vitebook/core": "^0.23.5",
"@vitebook/markdown-vue": "^0.23.5",
"@vitebook/theme-default": "^0.23.5",
"@vitebook/vue": "^0.23.5",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/compiler-sfc": "^3.2.2",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.6.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.2",
"vite": "^2.4.4",
"vite-plugin-eslint": "^1.3.0",
"vue-loader": "^16.5.0",
"vue-tsc": "^0.34.6"
},
"engines": {
"npm": ">=7.0.0",
"node": "^16.*"
},
"contributors": [
"Chris Breuer <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/meemalabs/meema-elements.git"
},
"bugs": {
"url": "https://github.com/meemalabs/meema-elements/issues"
},
"keywords": [
"avif",
"accessible",
"audio",
"customizable",
"dash",
"element",
"elements",
"extensible",
"file",
"framework-agnostic",
"hls",
"html5",
"image",
"lit-element",
"lit",
"management",
"media",
"meema",
"mp4",
"optimize",
"react",
"universal",
"vds",
"video",
"web-component",
"webp"
]
}