-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
{
"name": "react-lean-modal",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://react-lean-modal.snehil.dev",
"repository": "https://github.com/sneakysensei/react-lean-modal",
"author": "Snehil <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@svgr/rollup": "^6.3.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/react-transition-group": "^4.4.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"nanoid": "^4.0.0",
"node-sass": "^7.0.1",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-transition-group": "^4.4.5",
"rollup": "^2.78.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.33.0",
"typescript": "^4.8.2"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"version": "1.2.1"
}