Files
optolith-client/package.json
T
Lukas Obermann 0602f421ba Cleaned up SCSS and character sheet print
- Normalized many SCSS files as deep as possible
- Fixed print css to display all 6 pages
- Fixed sheet header to match original sheet header
- Fixed issue with range property for ranged items
2016-12-26 16:16:49 +13:00

71 lines
2.1 KiB
JSON

{
"name": "cha5app",
"version": "1.0.0",
"description": "A generator for heroes for the P&P-RPG 'The Dark Eye'",
"main": "js/AppBootstrap.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"classnames": "^2.2.5",
"flux": "^2.1.1",
"immutable": "^3.8.1",
"jquery": "^2.2.4",
"keymirror": "^0.1.1",
"react": "^15.4.1",
"react-addons-update": "^15.3.2",
"react-dom": "^15.4.1",
"react-gemini-scrollbar": "^2.1.5",
"react-perfect-scrollbar": "^0.1.1",
"react-progress-arc": "^1.0.7",
"react-router": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^16.0.0",
"babel-loader": "^6.2.9",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-do-expressions": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"css-loader": "^0.26.1",
"envify": "^3.4.1",
"eslint": "^3.11.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.8.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jest-cli": "^16.0.2",
"node-sass": "^3.13.0",
"react-test-renderer": "^15.3.2",
"sass-loader": "^4.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"scripts": {
"watch": "webpack --watch",
"builddev": "webpack",
"build": "SET NODE_ENV=production && webpack -p",
"test": "jest"
},
"author": "Lukas Obermann",
"license": "ISC",
"repository": {}
}