-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
97 lines (97 loc) · 2.65 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
88
89
90
91
92
93
94
95
96
97
{
"name": "share-button-links",
"version": "2.3.7",
"description": "Share buttons links for websites, blogs and more.",
"type": "module",
"files": [
"dist",
"main.d.ts"
],
"main": "./dist/share-button-links.umd.js",
"module": "./dist/share-button-links.es.js",
"exports": {
".": {
"import": "./dist/share-button-links.es.js",
"require": "./dist/share-button-links.umd.js"
},
"./dist/share-button-links.css": {
"import": "./dist/share-button-links.css",
"require": "./dist/share-button-links.css"
},
"./dist/share-button-links.scss": {
"import": "./dist/share-button-links.scss",
"require": "./dist/share-button-links.scss"
}
},
"browser": {
".": "./dist/share-button-links.es.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"dev": "vite",
"build": " vue-tsc && vite build",
"preview": "vite preview",
"test:unit": "vitest --environment jsdom --root src/",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.cjs,.mjs --fix --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IsraelDCastro/share-button-links.git"
},
"keywords": [
"Buttons",
"Share",
"Links",
"URL",
"Vue",
"Vue3",
"VueJS",
"Vue components",
"Components"
],
"author": {
"name": "Israel De Castro Alfonso",
"email": "israeldalfons@gmail.com",
"url": "https://castrodev.netlify.app/"
},
"license": "MIT",
"bugs": {
"url": "/~https://github.com/IsraelDCastro/share-button-links/issues"
},
"homepage": "https://share-button-links.netlify.app/",
"dependencies": {
"not-idea-ui": "^2.2.5",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/jsdom": "^21.1.3",
"@types/node": "^20.8.4",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.16",
"bootstrap-icons": "^1.11.1",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"jsdom": "^22.1.0",
"path": "^0.12.7",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prismjs": "^1.29.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-sass-dts": "^1.3.11",
"vite-plugin-static-copy": "^0.17.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.18"
}
}