-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
48
49
{
"name": "react-camouflage",
"version": "1.3.13",
"description": "camouflage components help to change view as per various status",
"unpkg": "dist/index.js",
"jsdelivr": "dist/index.js",
"main": "dist/index.js",
"types": "types/index.d.ts",
"keywords": [
"react",
"components",
"fetch-status-mapping"
],
"scripts": {
"build": "babel src -d dist --copy-files",
"clean": "rm -rf node_modules",
"clean:i": "npm i --verbose",
"build:declaration": "npx -p typescript tsc src/**/*.js --declaration --allowJs --emitDeclarationOnly --outDir types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramsunvtech/react-camouflage.git"
},
"author": {
"name": "Venkat.R",
"url": "https://www.linkedin.com/in/venkat-engineering-manager/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ramsunvtech/react-camouflage/issues"
},
"homepage": "https://github.com/ramsunvtech/react-camouflage#readme",
"dependencies": {
"prop-types": "^15.8.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.62.0"
}
}