2016-02-27 21:53:11 +00:00
|
|
|
{
|
|
|
|
"name": "BeautifulAtlas",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "For writing",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf dist",
|
2016-05-03 07:32:40 +00:00
|
|
|
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --progress",
|
|
|
|
"build:analyze": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js --json | webpack-bundle-size-analyzer",
|
2016-02-27 21:53:11 +00:00
|
|
|
"build": "npm run clean && npm run build:webpack",
|
2016-04-29 05:25:37 +00:00
|
|
|
"start": "cross-env NODE_ENV=development DEBUG=1 ./node_modules/.bin/nodemon --watch server index.js",
|
2016-02-27 21:53:11 +00:00
|
|
|
"lint": "eslint src"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@github.com/jorilallo/atlas.git"
|
|
|
|
},
|
|
|
|
"author": "Jori Lallo",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/jorilallo/atlas/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/jorilallo/atlas#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"babel-core": "^6.4.5",
|
|
|
|
"babel-eslint": "^4.1.8",
|
|
|
|
"babel-loader": "^6.2.1",
|
2016-04-29 05:25:37 +00:00
|
|
|
"babel-polyfill": "^6.7.4",
|
2016-02-27 21:53:11 +00:00
|
|
|
"babel-preset-es2015": "^6.3.13",
|
|
|
|
"babel-preset-react": "^6.3.13",
|
|
|
|
"babel-preset-react-hmre": "^1.0.1",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
2016-04-29 05:25:37 +00:00
|
|
|
"debug": "^2.2.0",
|
2016-05-04 06:43:43 +00:00
|
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
|
|
"html-webpack-plugin": "^2.16.1",
|
2016-04-29 05:25:37 +00:00
|
|
|
"http-errors": "^1.4.0",
|
|
|
|
"isomorphic-fetch": "^2.2.1",
|
|
|
|
"jsonwebtoken": "^5.7.0",
|
|
|
|
"koa": "^2.0.0",
|
|
|
|
"koa-bodyparser": "^2.0.1",
|
|
|
|
"koa-compress": "^2.0.0",
|
|
|
|
"koa-connect": "^1.0.0",
|
|
|
|
"koa-helmet": "^1.0.0",
|
|
|
|
"koa-jwt": "^1.2.0",
|
|
|
|
"koa-logger": "^2.0.0",
|
|
|
|
"koa-mount": "^2.0.0",
|
|
|
|
"koa-router": "^7.0.1",
|
|
|
|
"koa-sendfile": "^2.0.0",
|
|
|
|
"localenv": "^0.2.2",
|
|
|
|
"pg": "^4.5.3",
|
|
|
|
"pg-hstore": "^2.3.2",
|
|
|
|
"querystring": "^0.2.0",
|
|
|
|
"react": "^0.14.7",
|
|
|
|
"react-dom": "^0.14.7",
|
|
|
|
"react-keyframes": "^0.1.4",
|
|
|
|
"safestart": "^0.8.0",
|
|
|
|
"sequelize": "^3.21.0",
|
|
|
|
"sequelize-cli": "^2.3.1",
|
|
|
|
"sequelize-encrypted": "^0.1.0",
|
|
|
|
"validator": "^5.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-02-29 03:02:39 +00:00
|
|
|
"classnames": "^2.2.3",
|
2016-02-27 21:53:11 +00:00
|
|
|
"codemirror": "^5.11.0",
|
|
|
|
"cross-env": "^1.0.7",
|
|
|
|
"css-loader": "^0.23.1",
|
|
|
|
"dotenv": "^2.0.0",
|
|
|
|
"eslint": "^1.10.3",
|
|
|
|
"eslint-config-airbnb": "^5.0.0",
|
|
|
|
"eslint-plugin-react": "^3.16.1",
|
|
|
|
"exports-loader": "^0.6.3",
|
2016-03-11 08:27:57 +00:00
|
|
|
"file-loader": "^0.8.5",
|
2016-04-29 05:25:37 +00:00
|
|
|
"fsevents": "^1.0.11",
|
2016-02-27 21:53:11 +00:00
|
|
|
"history": "^1.17.0",
|
|
|
|
"imports-loader": "^0.6.5",
|
|
|
|
"json-loader": "^0.5.4",
|
2016-04-29 05:25:37 +00:00
|
|
|
"koa-convert": "^1.2.0",
|
|
|
|
"koa-webpack-dev-middleware": "^1.2.0",
|
|
|
|
"koa-webpack-hot-middleware": "^1.0.3",
|
2016-02-27 21:53:11 +00:00
|
|
|
"lodash": "^4.3.0",
|
|
|
|
"marked": "^0.3.5",
|
2016-04-29 05:25:37 +00:00
|
|
|
"node-dev": "^3.1.0",
|
2016-02-27 21:53:11 +00:00
|
|
|
"node-sass": "^3.4.2",
|
2016-04-29 05:25:37 +00:00
|
|
|
"nodemon": "^1.9.1",
|
2016-02-27 21:53:11 +00:00
|
|
|
"normalize.css": "^3.0.3",
|
2016-05-18 08:13:52 +00:00
|
|
|
"normalizr": "^2.0.1",
|
2016-02-27 21:53:11 +00:00
|
|
|
"react": "^0.14.7",
|
|
|
|
"react-codemirror": "^0.2.5",
|
2016-03-29 04:54:16 +00:00
|
|
|
"react-dropzone": "^3.3.2",
|
2016-02-27 21:53:11 +00:00
|
|
|
"react-medium-editor": "^1.6.2",
|
|
|
|
"react-redux": "^4.4.0",
|
|
|
|
"react-router": "^2.0.0",
|
2016-04-29 05:25:37 +00:00
|
|
|
"react-router-redux": "^4.0.4",
|
2016-05-10 06:07:50 +00:00
|
|
|
"rebass": "^0.2.6",
|
2016-02-27 21:53:11 +00:00
|
|
|
"redux": "^3.3.1",
|
2016-04-29 05:25:37 +00:00
|
|
|
"redux-logger": "^2.6.1",
|
2016-05-07 16:29:14 +00:00
|
|
|
"redux-persist": "3.0.3",
|
2016-04-29 05:25:37 +00:00
|
|
|
"redux-thunk": "^2.0.1",
|
|
|
|
"sass-loader": "^3.2.0",
|
2016-02-27 21:53:11 +00:00
|
|
|
"style-loader": "^0.13.0",
|
2016-04-29 05:25:37 +00:00
|
|
|
"sw-toolbox": "^3.1.1",
|
2016-02-27 21:53:11 +00:00
|
|
|
"to-markdown": "^2.0.1",
|
2016-03-11 08:27:57 +00:00
|
|
|
"url-loader": "^0.5.7",
|
2016-05-03 07:32:40 +00:00
|
|
|
"webpack": "^1.12.12"
|
2016-02-27 21:53:11 +00:00
|
|
|
}
|
|
|
|
}
|