|
| 1 | +{ |
| 2 | + "name": "javascript-development-environment", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "JavaScript development environment", |
| 5 | + "scripts": { |
| 6 | + "prestart": "babel-node buildScripts/startMessage.js", |
| 7 | + "start": "npm-run-all --parallel security-check open:src lint:watch test:watch", |
| 8 | + "open:src": "babel-node buildScripts/srcServer.js", |
| 9 | + "lint": "esw webpack.config.*, src, buildScripts --color", |
| 10 | + "lint:watch": "npm run lint -- --watch", |
| 11 | + "security-check": "nsp check", |
| 12 | + "localtunnel": "lt --port 3000", |
| 13 | + "share": "npm-run-all --parallel open:src localtunnel", |
| 14 | + "test": "mocha --reporter progress buildScripts/testSetup.js \"src/**/*.test.js\"", |
| 15 | + "test:watch": "npm run test -- --watch" |
| 16 | + }, |
| 17 | + "author": "kildem", |
| 18 | + "license": "MIT", |
| 19 | + "dependencies": { |
| 20 | + "whatwg-fetch": "1.0.0" |
| 21 | + }, |
| 22 | + "devDependencies": { |
| 23 | + "babel-cli": "^6.24.0", |
| 24 | + "babel-core": "^6.24.0", |
| 25 | + "babel-loader": "^6.4.1", |
| 26 | + "babel-preset-latest": "^6.24.0", |
| 27 | + "babel-register": "^6.24.0", |
| 28 | + "chai": "3.5.0", |
| 29 | + "chalk": "1.1.3", |
| 30 | + "cheerio": "0.22.0", |
| 31 | + "compression": "1.6.2", |
| 32 | + "cross-env": "3.1.3", |
| 33 | + "css-loader": "^0.28.0", |
| 34 | + "eslint": "^3.19.0", |
| 35 | + "eslint-plugin-import": "^2.2.0", |
| 36 | + "eslint-watch": "^3.0.1", |
| 37 | + "express": "4.14.0", |
| 38 | + "extract-text-webpack-plugin": "1.0.1", |
| 39 | + "html-webpack-plugin": "2.22.0", |
| 40 | + "jsdom": "^9.12.0", |
| 41 | + "json-schema-faker": "^0.4.1", |
| 42 | + "json-server": "^0.9.6", |
| 43 | + "localtunnel": "^1.8.2", |
| 44 | + "mocha": "^3.2.0", |
| 45 | + "nock": "8.1.0", |
| 46 | + "npm-run-all": "^4.0.2", |
| 47 | + "nsp": "^2.6.3", |
| 48 | + "numeral": "^2.0.6", |
| 49 | + "open": "0.0.5", |
| 50 | + "rimraf": "2.5.4", |
| 51 | + "style-loader": "^0.16.1", |
| 52 | + "webpack": "^2.3.3", |
| 53 | + "webpack-dev-middleware": "^1.10.1", |
| 54 | + "webpack-hot-middleware": "^2.18.0", |
| 55 | + "webpack-md5-hash": "0.0.5" |
| 56 | + } |
| 57 | +} |
0 commit comments