-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
{
"name": "@thomascoppein/dynamic-cursor",
"version": "1.1.2",
"description": "Dynamic Cursor Library",
"scripts": {
"test": "mocha --require babel-core/register",
"build": "webpack --mode production",
"lint": "eslint ./src",
"prepublish": "npm run build",
"pub": "npm publish --access public"
},
"main": "./dist/index.js",
"style": "./dist/index.css",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/thomascoppein/dynamic-cursor"
},
"keywords": [
"cursor",
"javascript",
"animation",
"npm"
],
"author": "thomascoppein",
"license": "MIT",
"bugs": {
"url": "https://github.com/thomascoppein/dynamic-cursor/issues"
},
"homepage": "https://github.com/thomascoppein/dynamic-cursor#readme",
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"file-loader": "^6.2.0",
"mocha": "^8.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"webpack": "^5.24.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"gsap": "^3.5.1"
}
}