-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "magic-pill",
"version": "7.1.3",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "index.d.ts",
"description": "A new way to guide your audience and bring them contextual information through your app",
"repository": {
"type": "git",
"url": "https://github.com/CedricTheveneau/Magic-Pill"
},
"scripts": {
"build": "rollup -c && cp src/index.d.ts dist/index.d.ts && cp src/magicpill.css dist/magicpill.css",
"prepare": "npm run build"
},
"peerDependencies": {
"next": ">=14.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"keywords": [
"notifications",
"magicpill",
"magic pill"
],
"author": "Cédric THEVENEAU",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@rollup/plugin-babel": "^6.0.4",
"rollup": "^2.79.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"files": [
"dist",
"index.d.ts",
"CHANGELOG.md",
"LICENSE.md",
"NOTICE.md"
]
}