47 lines
1.4 KiB
JSON
47 lines
1.4 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": {
|
|
"classnames": "^2.2.5",
|
|
"flux": "^2.1.1",
|
|
"jquery": "^2.2.4",
|
|
"react": "^15.3.2",
|
|
"react-addons-update": "^15.3.2",
|
|
"react-gemini-scrollbar": "^2.1.5",
|
|
"react-progress-arc": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-plugin-transform-class-properties": "^6.11.5",
|
|
"babel-plugin-transform-do-expressions": "^6.8.0",
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
"babel-preset-es2015": "^6.13.2",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babel-preset-stage-1": "^6.13.0",
|
|
"babel-preset-stage-2": "^6.13.0",
|
|
"babelify": "^7.3.0",
|
|
"browserify": "^13.1.0",
|
|
"eslint": "^2.13.1",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-streamify": "^1.0.2",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-util": "^3.0.7",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.7.0"
|
|
},
|
|
"scripts": {
|
|
"watch": "watchify -t [babelify] js/AppBootstrap.js -o dist/bundle.js -v",
|
|
"build": "browserify -t [babelify] js/AppBootstrap.js | uglifyjs -mc > dist/bundle.min.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Lukas Obermann",
|
|
"license": "ISC",
|
|
"repository": {}
|
|
}
|