Initial commit
.eslintrc
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
app/app.js
0 → 100644
This diff is collapsed.
app/index.ejs
0 → 100644
app/index.html
0 → 100644
app/routes.jsx
0 → 100644
bin/www
0 → 100755
config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "jats-writer", | ||
"version": "0.0.1-alpha1", | ||
"private": true, | ||
"scripts": { | ||
"setup": "node node_modules/pubsweet-core/api/setup.js", | ||
"build": "webpack --colors --config ./webpack/webpack.prod.config.js", | ||
"start": "PORT=80 NODE_ENV=production node bin/www", | ||
"dev": "NODE_ENV=dev LOADER=hot node bin/www", | ||
"pouchdb": "./node_modules/pubsweet-core/node_modules/pouchdb-server/bin/pouchdb-server --level-prefix=./api/db/ -d ./api/db/", | ||
"test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony api/test/*.js -R nyan", | ||
"eslint": "eslint" | ||
}, | ||
"dependencies": { | ||
"pubsweet-core": "git+https://gitlab.coko.foundation/pubsweet/core.git#7a8e4ee", | ||
"scientist": "git+https://github.com/substance/scientist.git#v1.0.0-alpha" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "^6.3.0", | ||
"babel-loader": "^6.2.4", | ||
"babel-eslint": "^4.1.3", | ||
"babel-preset-react-hmre": "^1.1.1", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-preset-react": "^6.5.0", | ||
"babel-preset-stage-2": "^6.5.0", | ||
"css-loader": "^0.23.1", | ||
"eslint": "^1.10.3", | ||
"eslint-config-standard": "^4.4.0", | ||
"eslint-config-standard-react": "^1.2.1", | ||
"eslint-loader": "^1.2.0", | ||
"eslint-plugin-react": "^3.14.0", | ||
"eslint-plugin-standard": "^1.1.0", | ||
"extract-text-webpack-plugin": "^1.0.1", | ||
"react": "^0.14.7", | ||
"sass-loader": "^3.2.0", | ||
"style-loader": "^0.12.3", | ||
"url-loader": "^0.5.7", | ||
"webpack": "^1.12.14", | ||
"webpack-dev-middleware": "^1.6.1", | ||
"webpack-hot-middleware": "^2.10.0" | ||
}, | ||
"standard": { | ||
"parser": "babel-eslint" | ||
} | ||
} | ||
\ No newline at end of file |
47.5 KB
public/pubsweet.jpg
0 → 100644
47.5 KB