zally-web-ui
Version:
Zally API Linter Web UI
69 lines (68 loc) • 1.95 kB
JSON
{
"name": "zally-web-ui",
"version": "0.1.1",
"description": "Zally API Linter Web UI",
"main": "src/server/index.js",
"engines": {
"node": ">=7.6"
},
"scripts": {
"start": "NODE_ENV=production node server.js",
"dev": "webpack-dev-server & NODE_ENV=development nodemon server.js",
"build": "webpack -p",
"lint": "eslint src --ext .jsx --ext .js",
"lint:report": "npm run lint -- -f checkstyle --output-file target/checkstyle.xml",
"jest": "NODE_ENV=test jest --coverage --no-cache --config ./jest.json",
"test": "npm run lint:report && npm run jest",
"codecov": "codecov -F webui -f target/coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zalando-incubator/zally-web-ui.git"
},
"keywords": [
"API",
"Linter",
"Zally"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/zalando-incubator/zally-web-ui/issues"
},
"homepage": "https://github.com/zalando-incubator/zally-web-ui#readme",
"dependencies": {
"aurelia-fetch-client": "1.1.2",
"dress-code": "2.0.0",
"express": "4.15.2",
"history": "3.0.0",
"lodash": "4.17.4",
"pug": "2.0.0-rc.1",
"react": "15.4.2",
"react-ace": "4.2.0",
"react-dom": "15.4.2",
"react-router": "3.0.4",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"babel-core": "6.24.0",
"babel-loader": "6.4.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-react": "6.23.0",
"codecov": "2.1.0",
"css-loader": "0.28.0",
"enzyme": "2.8.0",
"eslint": "3.18.0",
"eslint-plugin-jest": "19.0.1",
"eslint-plugin-react": "6.10.3",
"jest": "19.0.2",
"node-sass": "4.5.2",
"nodemon": "1.11.0",
"react-addons-test-utils": "15.4.2",
"request": "2.81.0",
"sass-loader": "6.0.3",
"style-loader": "0.16.1",
"supertest": "3.0.0",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.2"
}
}