-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "react-ripplejs",
"version": "1.0.4",
"description": "Vanilla Material Design Ripple Effect implement for ReactJS",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript",
"publish": "rollup --config rollup.config.ts --configPlugin typescript && npm publish --access public && exit 0"
},
"keywords": [
"react",
"ripple",
"ripples",
"effect",
"button",
"material",
"javascript",
"material-design",
"ripple",
"ripplejs"
],
"author": "Mashiro <michio.haiyaku@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/michioxd/react-ripplejs.git"
},
"bugs": {
"url": "https://github.com/michioxd/react-ripplejs/issues"
},
"homepage": "https://github.com/michioxd/react-ripplejs#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.28",
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
"react": "^18.2.0",
"rollup": "^3.18.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^4.9.5"
}
}