-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
64 lines (64 loc) · 1.88 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
{
"name": "vue-sticker",
"description": "vue component, that helps to make sticky effects",
"version": "1.1.11",
"main": "dist/vue-sticker.js",
"license": "MIT",
"author": "Kamil Ocean <[email protected]> (https://twitter.com/kamil_ocean)",
"repository": {
"type": "git",
"url": "git+https://github.com/KamilOcean/vue-sticker.git"
},
"keywords": [
"sticker",
"sticky",
"vue component",
"awesome effect",
"css effect"
],
"bugs": {
"url": "https://github.com/KamilOcean/vue-sticker/issues",
"email": "[email protected]"
},
"homepage": "https://kamilocean.github.io/vue-sticker/",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"vue": "^2.4.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"function-bind": "^1.1.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"semver": "^5.4.1",
"standard": "^10.0.3",
"svg-inline-loader": "^0.8.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"vue-highlightjs": "^1.3.3",
"vue-loader": "^13.0.5",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
}
}