UNPKG

@jswf/react

Version:
47 lines 1.18 kB
{ "name": "@jswf/react", "version": "1.0.33", "description": "Virtual Window for React", "main": "dist/index.js", "scripts": { "build": "webpack --config src/webpack.config.js", "watch": "webpack --config src/webpack.config.js -w" }, "publishConfig": { "access": "public" }, "keywords": [ "jswf", "react", "VirtualWindow", "ListView", "TreeView", "SplitView" ], "author": "SoraKumo", "license": "MIT", "dependencies": { "@jswf/manager": "*", "react": "*", "resize-observer-polyfill": "*", "styled-components": "*" }, "devDependencies": { "@types/styled-components": "~5.1.4", "svgo": "^1.3.2", "svgo-loader": "^2.2.1", "ts-loader": "^8.0.11", "typescript": "~4.1.2", "typescript-plugin-styled-components": "^1.4.4", "webpack": "~5.10.0", "webpack-cli": "~4.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/JavaScript-WindowFramework/jswf-react.git" }, "bugs": { "url": "https://github.com/JavaScript-WindowFramework/jswf-react/issues" }, "homepage": "https://ttis.croud.jp/?uuid=b292d429-dbad-49b5-8fed-6d268f4feaf0" }