{
  "name": "ice-scripts",
  "version": "2.1.17",
  "description": "ICE SDK",
  "main": "index.js",
  "bin": {
    "ice-scripts": "./bin/ice-scripts.js"
  },
  "scripts": {
    "cover": "http-server ./ -o -c-1",
    "clear": "rm -rf test/fixtures/*/build/ && rm -rf test/fixtures/*/.happypack/",
    "webpack": "npm run clear && node ./test/compiler.js",
    "start": "http-server ./test/fixtures/ -o -c-1 -p 8081",
    "test": "LOG_LEVEL=verbose jest test/**/*.test.js"
  },
  "keywords": [
    "ice"
  ],
  "author": "ICE Team",
  "license": "MIT",
  "engines": {
    "node": ">=8.6.0",
    "npm": ">=3.0.0"
  },
  "dependencies": {
    "@alifd/fusion-collector": "^1.2.4",
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-decorators": "^7.1.2",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.1.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.1.0",
    "@babel/preset-env": "^7.4.0",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.3.3",
    "address": "^1.0.3",
    "autoprefixer": "^9.1.5",
    "axios": "^0.19.0",
    "babel-jest": "^24.8.0",
    "babel-loader": "^8.0.4",
    "camelcase": "^5.3.1",
    "case-sensitive-paths-webpack-plugin": "^2.1.2",
    "chalk": "^2.4.1",
    "chokidar": "^3.0.0",
    "commander": "^2.18.0",
    "copy-webpack-plugin": "^5.0.2",
    "core-js": "^3.1.4",
    "css-hot-loader": "^1.4.2",
    "css-loader": "^1.0.1",
    "deepmerge": "^2.1.1",
    "detect-port": "^1.2.3",
    "extract-css-assets-webpack-plugin": "^0.2.5",
    "file-loader": "^3.0.1",
    "fs-extra": "^7.0.1",
    "html-webpack-plugin": "^3.2.0",
    "identity-obj-proxy": "^3.0.0",
    "inquirer": "^6.4.1",
    "jest": "^24.8.0",
    "less": "~3.9.0",
    "less-loader": "^4.1.0",
    "lodash": "^4.17.11",
    "lodash.clonedeep": "^4.5.0",
    "mini-css-extract-plugin": "^0.4.4",
    "mkcert": "^1.2.0",
    "node-ipc": "^9.1.1",
    "node-sass": "^4.9.0",
    "npmlog": "^4.1.2",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "path-exists": "^3.0.0",
    "postcss-loader": "^3.0.0",
    "postcss-safe-parser": "^4.0.1",
    "react-dev-utils": "^5.0.2",
    "regenerator-runtime": "^0.13.3",
    "sass-loader": "^7.1.0",
    "semver": "^6.1.1",
    "stylus": "^0.54.7",
    "stylus-loader": "^3.0.2",
    "ts-loader": "^5.3.3",
    "typescript": "^3.3.3333",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "1.1.2",
    "webpack": "~4.28.0",
    "webpack-bundle-analyzer": "^3.0.3",
    "webpack-chain": "^6.0.0",
    "webpack-dev-mock": "^0.1.2",
    "webpack-dev-server": "^3.1.9",
    "webpack-filter-warnings-plugin": "^1.2.0",
    "webpack-simple-progress-plugin": "^0.0.4",
    "yargs-parser": "^13.1.1"
  }
}
