forked from micha-lmxt/svelte-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "svelte-motion",
"version": "0.12.0",
"description": "Svelte animation library based on the React library framer-motion.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"author": "Michael Lucht <[email protected]> (https://svelte-motion.gradientdescent.de)",
"license": "MIT",
"dependencies": {
"@types/react": "^18.2.42",
"framesync": "^6.1.2",
"popmotion": "^11.0.5",
"style-value-types": "5.1.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@emotion/is-prop-valid": "^1.2.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@tsconfig/svelte": "^5.0.2",
"rollup": "^4.0.0",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-svelte": "^7.1.6",
"svelte-preprocess": "^5.1.1"
},
"peerDependencies": {
"svelte": ">=3.35.0"
},
"type": "module",
"types": "types/index.d.ts",
"repository": "https://github.com/micha-lmxt/svelte-motion/",
"sideEffects": false,
"keywords": [
"svelte animation",
"svelte",
"animation",
"gestures",
"drag",
"spring",
"popmotion",
"framer-motion"
]
}