UNPKG

@csegames/camelot-unchained

Version:

Camelot Unchained Client Library

108 lines (107 loc) 2.86 kB
{ "name": "@csegames/camelot-unchained", "version": "0.1.2", "description": "Camelot Unchained Client Library", "license": "MPL-2.0", "main": "lib/index.js", "typings": "lib/index.d.ts", "private": false, "author": "City State Entertainment, LLC <support@citystateentertainment.com>", "contributors": [ "JB (codecorsair) <jb@codecorsair.com>", "Mehuge <mehuge@sorcerer.co.uk>", "saddieeiddas <saddie.eiddas@gmail.com>", "sYc0n <mathias.nachtmann@t-online.de>" ], "keywords": [ "Camelot", "Unchained", "cu", "cu-ui", "cu-core" ], "files": [ "lib/", "src/", "package.json", "README.md", "typings.json", "LICENSE" ], "repository": { "type": "git", "url": "https://github.com/csegames/camelot-unchained-client-library.git" }, "watch": { "build": { "patterns": "src", "extensions": "ts,tsx,scss,html,jpg,png,webm,ogg,css,ico,js" } }, "jest": { "transform": { ".(ts|tsx)": "<rootDir>/../node_modules/ts-jest/preprocessor.js" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ], "rootDir": "src" }, "scripts": { "start": "nps", "postinstall": "cwd-in-node-modules || (rimraf typings && typings install && nps gql && nps definitions)" }, "dependencies": { "aphrodite": "^1.2.3", "cwd-in-node-modules": "^1.0.1", "emotion": "^8.0.8", "es6-promise": "^3.0.2", "fuzzysearch": "^1.0.3", "graphql-tag": "^1.2.4", "isomorphic-fetch": "^2.2.1", "jquery": "^3.0.0", "lodash": "^4.17.4", "moment": "^2.17.1", "react": "^16.0.0", "react-dom": "^16.0.0", "react-emotion": "^8.0.8", "react-transition-group": "1.x", "redux-typed-modules": "^2.2.1" }, "devDependencies": { "@types/aphrodite": "^0.5.5", "@types/isomorphic-fetch": "^0.0.34", "@types/jest": "^19.2.2", "@types/lodash": "4.14.56", "@types/react": "^16.0.5", "@types/react-dom": "^15.5.5", "@types/react-redux": "^4.4.46", "@types/react-test-renderer": "^15.5.0", "@types/react-transition-group": "1.x", "@types/redux": "^3.6.0", "@types/redux-thunk": "^2.1.0", "apollo-codegen": "^0.10.13", "babel-cli": "^6.5.1", "babel-core": "^6.5.2", "babel-preset-es2015": "^6.5.0", "browserify": "^13.0.0", "copyfiles": "^1.2.0", "download-cli": "^1.0.5", "graphql-code-generator": "^0.5.2", "jest": "^19.0.2", "node-sass": "^4.5.3", "npm-watch": "^0.1.4", "nps": "^5.0.5", "react-test-renderer": "^15.5.4", "rimraf": "^2.6.1", "ts-jest": "^19.0.14", "tslint": "^5.8.0", "tslint-config-airbnb": "^5.4.2", "tslint-eslint-rules": "^4.0.0", "typescript": "^2.4.1", "typings": "^1.3.2" } }