generated from ow3org/web-components-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.03 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
{
"name": "meema-elements",
"version": "0.0.0",
"packageManager": "pnpm@6.32.9",
"description": "The easiest way to ensure your media/data is always displayed quickly, securely and at the highest quality possible.",
"keywords": [
"web-components",
"component",
"library",
"vue",
"typescript",
"javascript"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meemalabs/meema-elements.git"
},
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite preview",
"preview-https": "serve dist",
"vitebook:dev": "vitebook dev",
"vitebook:build": "vitebook build",
"vitebook:preview": "vitebook preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:unit": "vitest",
"test:e2e": "cypress open",
"coverage": "vitest run --coverage",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "8.3.0",
"vue": "3.2.33"
},
"devDependencies": {
"@antfu/eslint-config": "0.20.6",
"@babel/types": "7.17.0",
"@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.33",
"autoprefixer": "10.4.4",
"cypress": "9.5.4",
"eslint": "8.13.0",
"eslint-plugin-cypress": "2.12.1",
"https-localhost": "4.7.1",
"pnpm": "6.32.9",
"postcss": "8.4.12",
"postcss-import": "14.1.0",
"prettier": "2.6.2",
"prettier-plugin-tailwindcss": "0.1.10",
"svelte": "3.47.0",
"tailwindcss": "3.0.24",
"typescript": "4.6.3",
"unplugin-auto-import": "0.7.1",
"unplugin-vue-components": "0.19.3",
"vite": "2.9.5",
"vitest": "0.9.3",
"vue-tsc": "0.34.7"
},
"engines": {
"node": ">=16.*"
},
"contributors": [
"Chris Breuer <chris@meema.xyz>"
],
"bugs": {
"url": "https://github.com/meemalabs/meema-elements/issues"
}
}