- Now uses webpack instead of browserify - Improved validation with ESLint and PropTypes - Moved all scss files to js folder to be at the same place like their corresponding js files - Removed unneeded scss files - Splitted up several React elements, especially the TitleBar - Converted stores to ES6 - Prepared for session token authetification in AuthStore - Completed classes for table objects - Added max values to attribute UI in phase 2 - Added more example chars - Added option to filter all chars by ownership - Added options to home page - Some changes to text on home page - Added first parts for history and undo features - Prepared and changed some things for component-only list handling (filter/sort) - Handling for skill requirements and cost now with top-level RequirementsStore, advatages, disadvantages and special abilities missing - Several small changes and bug fixes
69 lines
2.0 KiB
JSON
69 lines
2.0 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",
|
|
"react": "^15.4.1",
|
|
"react-addons-update": "^15.3.2",
|
|
"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": {}
|
|
}
|