|
| 1 | +{ |
| 2 | + "name": "@code4bones/react-cascade-forms", |
| 3 | + "version": "1.0.2", |
| 4 | + "main": "build/index.js", |
| 5 | + "module": "build/index.esm.js", |
| 6 | + "files": [ |
| 7 | + "build" |
| 8 | + ], |
| 9 | + "types": "build/index.d.ts", |
| 10 | + "description": "Tree Menu with Property Grid", |
| 11 | + "scripts": { |
| 12 | + "build": "rollup -c", |
| 13 | + "storybook": "start-storybook -p 6006", |
| 14 | + "storybook:export": "build-storybook", |
| 15 | + "prepublishOnly": "npm run build" |
| 16 | + }, |
| 17 | + "publishConfig": { |
| 18 | + "registry": "https://npm.pkg.github.com" |
| 19 | + }, |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "git+https://github.com/code4bones/react-cascade-forms.git" |
| 23 | + }, |
| 24 | + "keywords": [ |
| 25 | + "Tree", |
| 26 | + "Menu", |
| 27 | + "TreeMenu", |
| 28 | + "Sidebar Navigation", |
| 29 | + "Property Grid", |
| 30 | + "React", |
| 31 | + "Typescript", |
| 32 | + "Less", |
| 33 | + "Storybook" |
| 34 | + ], |
| 35 | + "author": "code4bones", |
| 36 | + "license": "MIT", |
| 37 | + "bugs": { |
| 38 | + "url": "https://github.com/code4bones/react-cascade-forms/issues" |
| 39 | + }, |
| 40 | + "homepage": "https://github.com/code4bones/react-cascade-forms/wiki", |
| 41 | + "peerDependencies": { |
| 42 | + "react": ">=16.8.0", |
| 43 | + "react-dom": ">=16.8.0" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@babel/core": "^7.15.0", |
| 47 | + "@rollup/plugin-commonjs": "^17.1.0", |
| 48 | + "@rollup/plugin-image": "^3.0.1", |
| 49 | + "@rollup/plugin-node-resolve": "^11.2.1", |
| 50 | + "@storybook/addon-controls": "^6.5.13", |
| 51 | + "@storybook/addon-essentials": "^6.5.13", |
| 52 | + "@storybook/addons": "^6.5.13", |
| 53 | + "@storybook/builder-webpack5": "^6.5.13", |
| 54 | + "@storybook/manager-webpack5": "^6.5.13", |
| 55 | + "@storybook/react": "^6.5.13", |
| 56 | + "@types/node": "^16.18.2", |
| 57 | + "@types/react": "^18.0.24", |
| 58 | + "@types/react-dom": "^18.0.8", |
| 59 | + "@typescript-eslint/eslint-plugin": "^5.41.0", |
| 60 | + "@typescript-eslint/parser": "^5.41.0", |
| 61 | + "babel-loader": "^8.2.2", |
| 62 | + "babel-preset-react-app": "^10.0.0", |
| 63 | + "clsx": "^1.2.1", |
| 64 | + "css-loader": "^6.7.1", |
| 65 | + "eslint": "^8.26.0", |
| 66 | + "eslint-plugin-react": "^7.31.10", |
| 67 | + "identity-obj-proxy": "^3.0.0", |
| 68 | + "less": "^4.1.3", |
| 69 | + "less-loader": "^11.1.0", |
| 70 | + "react": "^17.0.2", |
| 71 | + "react-dom": "^17.0.2", |
| 72 | + "react-icons": "^4.6.0", |
| 73 | + "rollup": "^2.56.3", |
| 74 | + "rollup-plugin-copy": "^3.4.0", |
| 75 | + "rollup-plugin-less": "^1.1.3", |
| 76 | + "rollup-plugin-peer-deps-external": "^2.2.4", |
| 77 | + "rollup-plugin-typescript2": "^0.29.0", |
| 78 | + "storybook-dark-mode": "^1.1.2", |
| 79 | + "style-loader": "^3.3.1", |
| 80 | + "typescript": "^4.4.2", |
| 81 | + "webpack": "^5.74.0" |
| 82 | + }, |
| 83 | + "dependencies": { |
| 84 | + "@blueprintjs/core": "^4.13.0", |
| 85 | + "fastest-validator": "^1.16.0" |
| 86 | + } |
| 87 | +} |
0 commit comments