UNPKG

814 BJSONView Raw
1{
2 "name": "react-switch-case",
3 "version": "1.5.1",
4 "description": "Little switch-case React component to render nested components.",
5 "main": "dist/index.js",
6 "scripts": {
7 "start": "cross-env NODE_ENV=development node build",
8 "build": "cross-env NODE_ENV=production node build",
9 "production": "npm run build && npm publish"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/AlexSergey/react-switch-case"
14 },
15 "author": "Aleksandrov Sergey <gooddev.sergey@gmail.com> (https://github.com/AlexSergey/react-switch-case)",
16 "license": "MIT",
17 "homepage": "https://github.com/AlexSergey/react-switch-case",
18 "keywords": [
19 "react",
20 "react-component",
21 "state",
22 "ui"
23 ],
24 "devDependencies": {
25 "react": "16.8.6",
26 "@rockpack/compiler": "1.0.0"
27 }
28}