| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "name": "gurubot2",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "dev": "NODE_ENV=development node index.js",
- "start": "node index.js",
- "test": "NODE_ENV=test NODE_PATH=./src mocha --require @babel/register --require ignore-styles \"test/**/*.spec.js\"",
- "test-dev": "NODE_ENV=test NODE_PATH=./src mocha -w --bail --require @babel/register --require ignore-styles \"test/**/*.spec.js\"",
- "lint": "NODE_ENV=test eslint app src test"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@babel/core": "^7.2.2",
- "@babel/plugin-proposal-class-properties": "^7.2.3",
- "@babel/plugin-proposal-decorators": "^7.2.3",
- "@babel/plugin-proposal-do-expressions": "^7.2.0",
- "@babel/plugin-proposal-export-default-from": "^7.2.0",
- "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
- "@babel/plugin-proposal-function-bind": "^7.2.0",
- "@babel/plugin-proposal-function-sent": "^7.2.0",
- "@babel/plugin-proposal-json-strings": "^7.2.0",
- "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
- "@babel/plugin-proposal-numeric-separator": "^7.2.0",
- "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
- "@babel/plugin-proposal-optional-chaining": "^7.2.0",
- "@babel/plugin-proposal-pipeline-operator": "^7.2.0",
- "@babel/plugin-proposal-throw-expressions": "^7.2.0",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/plugin-syntax-import-meta": "^7.2.0",
- "@babel/preset-env": "^7.2.3",
- "@babel/preset-react": "^7.0.0",
- "@babel/register": "^7.0.0",
- "@epegzz/sass-vars-loader": "^4.0.0",
- "babel-eslint": "^10.0.1",
- "babel-loader": "^8.0.5",
- "chai": "^4.2.0",
- "css-loader": "^2.1.0",
- "dotenv-webpack": "^1.6.0",
- "enzyme": "^3.8.0",
- "enzyme-adapter-react-16": "^1.7.1",
- "eslint": "^5.12.0",
- "eslint-plugin-babel": "^5.3.0",
- "eslint-plugin-react": "^7.12.3",
- "html-loader": "^0.5.5",
- "html-webpack-plugin": "^3.2.0",
- "ignore-styles": "^5.0.1",
- "jsdom": "^13.1.0",
- "mini-css-extract-plugin": "^0.5.0",
- "node-sass": "^4.11.0",
- "postcss-cssnext": "^3.1.0",
- "postcss-import": "^12.0.1",
- "postcss-loader": "^3.0.0",
- "react-hot-loader": "^4.6.3",
- "sass-loader": "^7.1.0",
- "style-loader": "^0.23.1",
- "webpack": "^4.28.4",
- "webpack-dev-middleware": "^3.5.0",
- "webpack-hot-middleware": "^2.24.3"
- },
- "dependencies": {
- "@babel/polyfill": "^7.2.5",
- "express": "^4.16.4",
- "react": "^16.7.0",
- "react-dom": "^16.7.0",
- "react-redux": "^6.0.0"
- }
- }
|