-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.26 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.26 KB
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
48
49
50
51
52
{
"name": "@allreq/react",
"version": "0.1.0",
"description": "Declarative conditional components and hooks for React",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist",
"CHANGELOG.md",
"README.md"
],
"types": "dist/index.d.ts",
"scripts": {
"rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allreq/react-allreq.git"
},
"keywords": [
"declarative",
"react",
"hooks",
"condition",
"conditional",
"components",
"render",
"rendering",
"react-hooks",
"react-components",
"conditional-rendering",
"react-conditional-redering"
],
"author": "just-do-halee <just.do.halee@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/allreq/react-allreq/issues"
},
"homepage": "https://github.com/allreq/react-allreq#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^17.0.38",
"react": "^17.0.2",
"rollup": "^2.66.0",
"rollup-plugin-dts": "^4.1.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
}
}