-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 883 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 883 Bytes
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
{
"name": "@itsy/animate",
"version": "1.0.1",
"type": "module",
"exports": {
"./accordion": {
"types": "./src/accordion.d.ts",
"import": "./src/accordion.js"
},
"./move": {
"types": "./src/move.d.ts",
"import": "./src/move.js"
},
"./reduce-motion": {
"import": "./src/reduce-motion.js"
},
"./utility": {
"import": "./src/utility.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "node test"
},
"devDependencies": {
"happy-dom": "^17.4.4",
"vite": "^6.3.3"
},
"author": "Dave Honneffer <pearofducks@gmail.com>",
"license": "MIT",
"repository": "https://github.com/itsyjs/animate",
"packageManager": "pnpm@10.5.0+sha512.11106a5916c7406fe4b8cb8e3067974b8728f47308a4f5ac5e850304afa6f57e2847d7950dfe78877d8d36bfb401d381c4215db3a4c3547ffa63c14333a6fa51"
}