-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "magnetic-hover",
"version": "1.2.3",
"description": "magneticHover lets you trigger hover effect on the element when the cursor is near it, but not over it yet.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production"
},
"keywords": [
"hover",
"hover next to the element",
"hover near the element",
"trigger mouseover",
"trigger mouseover next to the element",
"trigger mouseover near the element"
],
"author": "Halo lab",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.4",
"babel-loader": "^8.2.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"html-webpack-plugin": "^4.5.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Halo-Lab/magneticHover"
}
}