-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.58 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
{
"name": "sharee",
"private": false,
"version": "1.1.13",
"browser": "./dist/sharee.min.js",
"main": "./dist/build.js",
"module": "./dist/build.js",
"types": "./src/lib/main.d.ts",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && npm run build-bundle",
"build-bundle": "vue-tsc --noEmit && vite build --config vite.bundle.config.js",
"preview": "vite preview"
},
"exports": {
".": "./dist/sharee.js",
"./vue": "./dist/sharee-vue.js",
"./react": "./dist/sharee-react.js",
"./styles": "./dist/style.css"
},
"devDependencies": {
"@types/lodash.merge": "^4.6.7",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"@vitejs/plugin-vue": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vue": "^3.2.39",
"vue-tsc": "^0.40.13"
},
"dependencies": {
"lodash.merge": "^4.6.2",
"ripple-effects": "^1.0.2",
"vite-plugin-css-injected-by-js": "^2.1.0"
},
"description": "Easy social media sharing",
"repository": {
"type": "git",
"url": "git+https://github.com/parsagholipour/sharee-js.git"
},
"keywords": [
"sharee",
"sharee",
"js",
"share",
"social",
"media",
"vue",
"share",
"react",
"share",
"share",
"js"
],
"author": "Parsa Gholipour",
"license": "ISC",
"bugs": {
"url": "https://github.com/parsagholipour/sharee-js/issues"
},
"homepage": "https://github.com/parsagholipour/sharee-js#readme"
}