UNPKG

onix-chess-game

Version:
101 lines (100 loc) 3 kB
{ "name": "onix-chess-game", "version": "2.0.5", "description": "Chess game board", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "tsc": "tsc", "start": "cross-env NODE_ENV=development gulp", "build": "cross-env NODE_ENV=development gulp build", "compile": "cross-env NODE_ENV=production gulp compile", "webpack": "webpack --config webpack.config.js", "stats": "webpack --profile --json > stats.json", "statsp": "webpack --profile --json --mode=production > stats.json", "test": "echo \"Warning: no test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/DrNixx/onix-chess-game.git" }, "keywords": [ "onix", "chess", "board" ], "author": "Nick Panteleeff <drnixx@gmail.com> (https://github.com/DrNixx)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/DrNixx/onix-chess-game/issues" }, "homepage": "https://github.com/DrNixx/onix-chess-game#readme", "dependencies": { "chessground": "^7.9.3", "lodash": "^4.17.20", "onix-app": "^2.3.1", "onix-chess": "^7.2.3", "onix-chess-analyse": "^5.4.2", "onix-chess-ctrls": "^4.3.0", "onix-chess-movetimes": "^3.2.2", "onix-core": "^4.2.4", "react": "^16.14.0", "react-bootstrap": "^1.4.3", "react-dom": "^16.14.0", "react-scrollbars-custom": "^4.0.25", "redux": "^4.0.5", "shortid": "^2.2.16", "warning": "^4.0.2" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-react": "^7.12.10", "@babel/register": "^7.12.10", "@types/classnames": "^2.2.11", "@types/enzyme": "^3.10.8", "@types/lodash": "^4.14.167", "@types/node": "^14.14.20", "@types/react": "^16.14.2", "@types/react-dom": "^16.9.10", "assets": "^3.0.1", "autoprefixer": "^10.2.1", "bootstrap": "^4.5.3", "breakpoint-sass": "^2.7.1", "browser-sync": "^2.26.13", "chai": "^4.2.0", "clean-webpack-plugin": "^3.0.0", "cross-env": "^7.0.3", "cssnano": "^4.1.10", "del": "^6.0.0", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "fancy-log": "^1.3.3", "gulp": "^4.0.2", "gulp-clean-css": "^4.3.0", "gulp-if": "^3.0.0", "gulp-jsbeautifier": "^3.0.1", "gulp-nunjucks-api": "^0.9.1", "gulp-plumber": "^1.2.1", "gulp-postcss": "^9.0.0", "gulp-rename": "^2.0.0", "gulp-sass": "^4.1.0", "gulp-sourcemaps": "^3.0.0", "gulp-typescript": "^6.0.0-alpha.1", "gulp-watch": "^5.0.1", "jsdom": "^16.4.0", "json-loader": "^0.5.7", "merge2": "^1.4.1", "mocha": "^8.2.1", "onix-board-assets": "^5.0.0", "postcss": "^8.2.4", "postcss-assets": "^5.0.0", "postcss-scss": "^3.0.4", "ts-loader": "^8.0.14", "typescript": "^4.1.3", "webpack": "^5.14.0", "webpack-cli": "^4.3.1", "webpack-dev-middleware": "^4.0.4", "webpack-hot-middleware": "^2.25.0" } }