-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "@marcreichel/alpine-auto-animate",
"version": "0.0.0",
"description": "An Alpine.js wrapper for @formkit/auto-animate.",
"license": "MIT",
"author": {
"name": "Marc Reichel",
"url": "https://marcreichel.dev/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcreichel/alpine-auto-animate.git"
},
"main": "src/index.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"bugs": {
"url": "https://github.com/marcreichel/alpine-auto-animate/issues"
},
"homepage": "https://github.com/marcreichel/alpine-auto-animate#readme",
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"rollup": "^2.79.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-filesize": "^9.1.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"LICENSE",
"README.md",
"src/index.js",
"package.json",
"dist"
]
}