-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "svelte-motion",
"version": "0.12.2",
"description": "Svelte animation library based on the React library framer-motion.",
"main": "src/index.js",
"scripts": {
"test": "vitest --typecheck.only",
"build": "rollup -c",
"build:svelte": "svelte-package --input ./src && publint --strict"
},
"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",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"rollup": "^4.9.2",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-svelte": "^7.1.6",
"svelte": "^5.0.0-next.37",
"svelte-preprocess": "^5.1.1",
"tsc": "2.0.4",
"typescript": "5.3.3",
"vite": "^5.0.12",
"vitest": "1.1.1",
"publint": "^0.2.7"
},
"peerDependencies": {
"svelte": ">=3.35.0 || ^4.0.0 || ^5.0.0 || ^5.0.0-next.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"
]
}