-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "vue-router-smart-scroll",
"version": "0.1.2",
"description": "A vue-router plugin that enables configurable recall of scroll positions when visiting routes.",
"keywords": [
"vue-router",
"scroll",
"saved position",
"scrollBehavior"
],
"browserslist": [
"defaults",
"Safari 11",
"Safari 10"
],
"scripts": {
"mix": "cross-env-shell node_modules/webpack/bin/webpack.js --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"install": "cross-env NODE_ENV=production yarn run mix"
},
"main": "dist/plugin.js",
"homepage": "https://github.com/aariacarterweir/vue-router-smart-scroll",
"bugs": "https://github.com/aariacarterweir/vue-router-smart-scroll/issues",
"license": "MIT",
"author": "Aaria Carter-Weir",
"repository": {
"type": "git",
"url": "https://github.com/aariacarterweir/vue-router-smart-scroll.git"
},
"dependencies": {
"@babel/parser": "7.9.6",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-plugin-import": "^2.20.2",
"event-propagation-path": "^1.0.5",
"laravel-mix": "^5.0.4",
"lodash": "^4.17.15",
"vue-template-compiler": "^2.6.10"
}
}