-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.07 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": "react-animotion",
"version": "0.0.8",
"type": "module",
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DemienDrost/react-animotion.git"
},
"author": "Demiën Drost",
"license": "ISC",
"bugs": {
"url": "https://github.com/DemienDrost/react-animotion/issues"
},
"homepage": "https://demiendrost.github.io/react-animotion",
"peerDependencies": {
"react": "^18.2.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@types/css-modules": "^1.0.3",
"@types/react": "^18.2.28",
"node-sass": "^9.0.0",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.69.3",
"typescript": "^5.2.2",
"typings-for-css-modules-loader": "^1.7.0"
},
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts"
}