2014-10-14 08:08:18 -04:00
|
|
|
{
|
2016-05-10 18:19:57 -04:00
|
|
|
"name": "rookeries",
|
|
|
|
"version": "0.5.0-rc1",
|
|
|
|
"description": "Modern web app construction kit.",
|
2016-08-09 00:10:38 -04:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4.0.0 <5.0.0"
|
|
|
|
},
|
2016-05-10 18:19:57 -04:00
|
|
|
"dependencies": {
|
2016-08-06 13:36:09 -04:00
|
|
|
"babel-polyfill": "^6.5.0",
|
2016-05-10 18:19:57 -04:00
|
|
|
"bootstrap": "3.2.0",
|
2016-08-13 16:07:40 -04:00
|
|
|
"codemirror": "^5.17.0",
|
2016-08-06 13:36:09 -04:00
|
|
|
"es6-promise": "^3.1.2",
|
2016-09-12 18:04:09 -04:00
|
|
|
"express": "^4.14.0",
|
|
|
|
"express-nunjucks": "^2.0.1",
|
2016-08-04 12:09:04 -04:00
|
|
|
"font-awesome": "4.3.0",
|
2016-05-10 18:19:57 -04:00
|
|
|
"highlight.js": "8.3.0",
|
2016-08-06 13:36:09 -04:00
|
|
|
"isomorphic-fetch": "^2.2.1",
|
2016-05-10 18:19:57 -04:00
|
|
|
"marked": "0.3.3",
|
2016-09-12 18:04:09 -04:00
|
|
|
"nunjucks": "^2.5.0",
|
2016-08-04 12:09:04 -04:00
|
|
|
"react": "^15.3.0",
|
|
|
|
"react-bootstrap": "^0.30.1",
|
|
|
|
"react-codemirror": "^0.2.6",
|
|
|
|
"react-dom": "^15.3.0",
|
|
|
|
"react-fontawesome": "^1.1.0",
|
2016-08-06 13:36:09 -04:00
|
|
|
"react-redux": "^4.4.5",
|
2016-08-04 12:09:04 -04:00
|
|
|
"react-router": "^2.6.1",
|
2016-08-06 13:36:09 -04:00
|
|
|
"react-router-redux": "^4.0.0",
|
|
|
|
"redux": "^3.3.1",
|
|
|
|
"redux-logger": "^2.6.1",
|
|
|
|
"redux-thunk": "^2.0.1",
|
2016-08-04 12:09:04 -04:00
|
|
|
"superagent": "1.2.0"
|
2016-05-10 18:19:57 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-08-05 23:59:07 -04:00
|
|
|
"babel-core": "^6.13.2",
|
2016-08-04 12:09:04 -04:00
|
|
|
"babel-eslint": "^6.1.2",
|
2016-08-05 23:59:07 -04:00
|
|
|
"babel-plugin-rewire": "^1.0.0-rc-5",
|
2016-08-04 12:09:04 -04:00
|
|
|
"babel-preset-es2015": "^6.9.0",
|
|
|
|
"babel-preset-react": "^6.11.1",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
2016-08-05 23:59:07 -04:00
|
|
|
"babel-register": "^6.11.6",
|
|
|
|
"babel-template": "^6.9.0",
|
|
|
|
"babel-traverse": "^6.13.0",
|
|
|
|
"babel-types": "^6.13.0",
|
2016-08-04 12:09:04 -04:00
|
|
|
"babelify": "^7.3.0",
|
|
|
|
"browserify": "^13.1.0",
|
2016-05-10 18:19:57 -04:00
|
|
|
"chai": "1.9.2",
|
2016-08-04 12:09:04 -04:00
|
|
|
"eslint": "^3.2.2",
|
|
|
|
"eslint-plugin-import": "^1.12.0",
|
|
|
|
"eslint-plugin-react": "^6.0.0",
|
2016-08-05 23:59:07 -04:00
|
|
|
"jsdom": "^9.4.1",
|
2016-08-04 12:09:04 -04:00
|
|
|
"less": "^2.7.1",
|
2016-05-10 18:19:57 -04:00
|
|
|
"mocha": "^2.4.5",
|
2016-08-05 23:59:07 -04:00
|
|
|
"react-addons-test-utils": "^15.3.0",
|
2016-05-10 18:19:57 -04:00
|
|
|
"rewireify": "0.2.1",
|
|
|
|
"sinon-chai": "2.7.0",
|
|
|
|
"watchify": "3.2.2"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://bitbucket.org/dorianpula/rookeries"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"flux",
|
|
|
|
"python",
|
|
|
|
"flask",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"author": "Dorian Pula",
|
|
|
|
"license": "AGPL-1.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://bitbucket.org/dorianpula/rookeries/issues"
|
|
|
|
},
|
2016-09-06 15:25:50 -04:00
|
|
|
"browser": "./src/index.js",
|
2016-09-12 18:04:09 -04:00
|
|
|
"babel": {
|
|
|
|
"presets": ["es2015", "react", "stage-0"],
|
|
|
|
"sourceMaps": true
|
|
|
|
},
|
2016-05-10 18:19:57 -04:00
|
|
|
"scripts": {
|
2016-09-06 15:25:50 -04:00
|
|
|
"test": "mocha --require tests/babelhook tests",
|
2016-09-12 18:04:09 -04:00
|
|
|
"build": "npm run build-client && npm run build-server",
|
|
|
|
"build-client": "browserify src/index.js --outfile dist/rookeries-client.js --transform [ babelify ]",
|
|
|
|
"build-server": "babel src --out-dir dist/server --source-maps",
|
|
|
|
"server": "node dist/server/index.js",
|
|
|
|
"watch": "watchify src/index.js --outfile dist/rookeries.js --transform [ babelify ] --debug --verbose",
|
2016-09-06 15:25:50 -04:00
|
|
|
"lint": "eslint --ignore-pattern '/dist/*' --ignore-pattern '/stores/*' src"
|
2016-05-10 18:19:57 -04:00
|
|
|
}
|
2014-10-14 08:08:18 -04:00
|
|
|
}
|