-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 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
{
"name": "should-render",
"version": "1.0.1",
"author": {
"name": "Olalekan Ayodele",
"email": "[email protected]",
"url": "https://www.github.com/longyarnz"
},
"repository": {
"type": "GitHub",
"url": "https://www.github.com/longyarnz/should-render"
},
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"license": "MIT",
"types": "lib/types",
"scripts": {
"build": "rollup -c rollup.config.ts",
"dev": "rollup -c rollup.config.ts --w"
},
"devDependencies": {
"@rollup/plugin-commonjs": "15.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@types/react": "16.9.46",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"rollup": "2.26.3",
"rollup-plugin-typescript2": "0.27.2",
"typescript": "3.9.7"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"keywords": [
"react", "render", "should render", "JSX"
]
}