-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 973 Bytes
/
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
{
"name": "@kimyvgy/nuxt-instantclick",
"version": "1.1.0",
"description": "Prefetch page's data on link hover for Nuxt.js",
"main": "lib/instantclick.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "yarn build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kimyvgy/nuxt-instantclick.git"
},
"keywords": [
"nuxt",
"prefetch",
"preload",
"instantclick",
"vue",
"ssr"
],
"author": "Kim Nguyen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kimyvgy/nuxt-instantclick/issues"
},
"homepage": "https://github.com/kimyvgy/nuxt-instantclick#readme",
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6"
},
"dependencies": {
"abortcontroller-polyfill": "^1.7.3"
}
}