-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "vue-share-it",
"version": "1.1.7",
"description": "A Vue.js component for sharing links to social networks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thisDOTname/vue-share-it.git"
},
"keywords": [
"vue",
"vuejs",
"plugin",
"social",
"share",
"buttons"
],
"author": "Hemant Rai <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thisDOTname/vue-share-it/issues"
},
"homepage": "https://github.com/thisDOTname/vue-share-it#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/vue-fontawesome": "^0.1.7"
},
"devDependencies": {
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"css-loader": "^3.2.0",
"style-loader": "1.0.0",
"compression-webpack-plugin": "3.0.0",
"babel-polyfill": "6.26.0",
"babel-loader": "8.0.6",
"@babel/core": "7.7.2",
"@babel/preset-env": "7.7.1",
"serialize-javascript": ">=2.1.1"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead",
"IE 11"
]
}