UNPKG

jswm

Version:

Virtual Window for React

51 lines (50 loc) 1.29 kB
{ "name": "jswm", "version": "1.0.11", "description": "Virtual Window for React", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config src/webpack.config.js", "prepare": "webpack --config src/webpack.config.js", "watch": "webpack --config src/webpack.config.js -w" }, "publishConfig": { "access": "public" }, "keywords": [ "jswm", "jswf", "react", "VirtualWindow", "ListView", "TreeView", "SplitView" ], "author": "SoraKumo", "license": "MIT", "dependencies": { "@types/socket.io-client": "^1.4.32", "react": "~16.13.1", "resize-observer-polyfill": "~1.5.1", "socket.io-client": "^2.3.0", "styled-components": "~5.0.1" }, "devDependencies": { "@jswf/manager": "^1.0.3", "@types/styled-components": "~5.0.1", "ts-loader": "^6.2.2", "typescript": "~3.8.3", "url-loader": "^4.0.0", "webpack": "^4.42.1", "webpack-cli": "^3.3.11" }, "repository": { "type": "git", "url": "git+https://github.com/prometheon/jswf-react.git" }, "bugs": { "url": "https://github.com/prometheon/jswf-react/issues" }, "homepage": "https://ttis.croud.jp/?uuid=b292d429-dbad-49b5-8fed-6d268f4feaf0" }