@natlibfi/melinda-transliteration
Version:
UI for transliterating MARC records in Melinda
134 lines (133 loc) • 4.66 kB
JSON
{
"name": "@natlibfi/melinda-transliteration",
"version": "1.0.1",
"description": "UI for transliterating MARC records in Melinda",
"keywords": [
"MARC",
"Melinda",
"transliteration"
],
"homepage": "https://github.com/natlibfi/melinda-transliteration-ui",
"bugs": {
"url": "https://github.com/natlibfi/melinda-transliteration-ui/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:natlibfi/melinda-transliteration-ui.git"
},
"author": {
"name": "The National Library of Finland"
},
"license": "AGPL-3.0",
"main": "index.js",
"scripts": {
"clean:build": "node ./bin/clean.js createdir",
"build:html": "node ./bin/buildHtml.js",
"start": "node build/index.js",
"prebuild": "npm run clean:build && npm run build:html",
"build": "npm run build:server && npm run build:frontend",
"build:frontend": "export NODE_ENV=production & NODE_ENV=production & webpack --config ./config/webpack.config.prod.js --progress",
"build:server": "cd server && BABEL_ENV=production babel . --out-dir ../build --source-maps",
"test": "npm run lint && npm run test:frontend",
"test:frontend": "BABEL_ENV=test mocha --compilers js:babel-core/register --require ignore-styles --require ./frontend/test_helpers/test_bootstrap.js \"frontend/**/*@(.spec.js|.spec.jsx)\"",
"test:frontend:watch": "npm run test:frontend -- --watch",
"lint": "eslint --ext .jsx,.js .",
"dev": "node ./bin/clean.js && npm run watch",
"watch": "npm run watch:ui & npm run watch:server",
"watch:ui": "DEBUG=1 webpack-dev-server --config ./config/webpack.config.dev.js --hot --inline --progress",
"watch:server": "NODE_PATH=melinda-ui-commons NODE_ENV=debug nodemon --watch server --exec babel-node --presets=es2015 server/index.js",
"cli": "babel-node ./bin/cli.js",
"publish-to-npm": "npm run test && npm publish --access=public"
},
"dependencies": {
"@natlibfi/melinda-ui-commons": "^1.0.0",
"@natlibfi/melinda-api-client": "^1.1.6",
"body-parser": "^1.18.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"es6-promise": "^4.2.2",
"es6-promisify": "^5.0.0",
"express": "^4.16.2",
"express-winston": "^2.4.0",
"fbjs": "^0.8.16",
"fs-extra": "^5.0.0",
"history": "^4.7.2",
"http-status-codes": "^1.3.0",
"immutable": "^3.8.2",
"iso9_1995": "0.0.2",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"marc-record-js": "^0.3.2",
"marc-record-serializers": "1.4.0",
"node-uuid": "^1.4.8",
"object-assign": "^4.1.1",
"winston": "^2.4.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-rewire": "^1.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"chai-immutable": "^1.6.0",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.1.2",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.9",
"eslint": "^3.10.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^7.5.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"ignore-styles": "^5.0.1",
"jquery": "^3.2.1",
"js-cookie": "^2.2.0",
"jsdom": "^11.5.1",
"json-loader": "^0.5.7",
"mocha": "^5.0.0",
"node-sass": "^4.7.2",
"node-uuid": "^1.4.8",
"nodemon": "^1.14.11",
"postcss-loader": "^2.0.10",
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"sfs4900": "0.0.1",
"shebang-loader": "0.0.1",
"sinon": "^4.1.6",
"sinon-as-promised": "^4.0.3",
"sinon-chai": "^2.14.0",
"sinon-stub-promise": "^4.0.0",
"style-loader": "^0.19.1",
"supertest": "^3.0.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.0",
"xregexp": "^4.0.0"
}
}