|
- {
- "name": "discoteque",
- "version": "2.1.1",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "description": "Interactive Ficiton engine with RPG elements",
- "homepage": "https://discoteque.pub",
- "license": "MIT",
- "keywords": [
- "game",
- "engine"
- ],
- "author": "Dale Twokey <deiru2k@gmail.com> (https://deiru.tokyo)",
- "maintainers": [
- "Dale Twokey <deiru2k@gmail.com> (https://deiru.tokyo)"
- ],
- "repository": {
- "type": "git",
- "url": "https://code.gensokyo.social/Deiru/text-engine.git"
- },
- "scripts": {
- "build": "tsc",
- "build:demo": "./node_modules/.bin/webpack --config ./webpack.config.js",
- "dev": "./node_modules/.bin/webpack-dev-server --config ./webpack.config.js"
- },
- "dependencies": {
- "@emotion/core": "^10.0.35",
- "@emotion/styled": "^10.0.27",
- "classnames": "^2.2.6",
- "debounce": "^1.2.0",
- "emotion": "^10.0.27",
- "emotion-theming": "^10.0.27",
- "luxon": "^1.25.0",
- "ramda": "^0.27.1",
- "react": "^16.13.1",
- "react-click-outside-hook": "^1.1.1",
- "react-dom": "^16.13.1",
- "react-redux": "^7.2.1",
- "react-toastify": "^6.0.8",
- "redux": "^4.0.5",
- "redux-actions": "^2.6.5",
- "styled-components": "^5.2.0",
- "tspath": "^1.3.7",
- "uuid": "^8.3.1"
- },
- "devDependencies": {
- "@types/classnames": "^2.2.10",
- "@types/debounce": "^1.2.0",
- "@types/luxon": "^1.25.0",
- "@types/ramda": "^0.27.14",
- "@types/react": "^16.9.49",
- "@types/react-click-outside-hook": "^1.0.0",
- "@types/react-dom": "^16.9.8",
- "@types/react-redux": "^7.1.9",
- "@types/redux-actions": "^2.6.1",
- "@types/styled-components": "^5.1.3",
- "@types/uuid": "^8.3.0",
- "@typescript-eslint/eslint-plugin": "^4.4.0",
- "@typescript-eslint/parser": "^4.4.0",
- "css-loader": "^4.2.2",
- "eslint": "^7.11.0",
- "eslint-config-airbnb-typescript": "^11.0.0",
- "file-loader": "^6.1.0",
- "html-webpack-plugin": "^4.4.1",
- "style-loader": "^1.2.1",
- "ts-loader": "^8.0.3",
- "ts-node": "^9.0.0",
- "typescript": "^4.0.2",
- "typescript-plugin-css-modules": "^2.4.0",
- "webpack": "5.0.0-rc.0",
- "webpack-cli": "^3.3.12",
- "webpack-dev-server": "^3.11.0"
- }
- }
|