Created
April 4, 2018 04:22
-
-
Save hanxue/afd39ace29c15757666992bfdd545ab9 to your computer and use it in GitHub Desktop.
yarn package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "x", | |
| "version": "0.1.0", | |
| "description": "x", | |
| "author": "Lee Hanxue <hanxue@x>", | |
| "private": true, | |
| "scripts": { | |
| "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | |
| "start": "npm run dev", | |
| "unit": "jest --config test/unit/jest.conf.js --coverage", | |
| "e2e": "node test/e2e/runner.js", | |
| "test": "npm run unit && npm run e2e", | |
| "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs", | |
| "build": "node build/build.js" | |
| }, | |
| "dependencies": { | |
| "@handsontable/vue": "^2.0.0-beta1", | |
| "accounting": "^0.4.1", | |
| "chart.js": "^2.7.1", | |
| "handsontable": "0.38.1", | |
| "semantic-ui-css": "^2.2.12", | |
| "vue": "2.5.16", | |
| "vue-chartjs": "^3.1.1", | |
| "vue-material": "^1.0.0-beta-7", | |
| "vue-router": "^3.0.1", | |
| "vuelidate": "^0.6.1", | |
| "vuetable-2": "^1.7.2" | |
| }, | |
| "devDependencies": { | |
| "autoprefixer": "8.2.0", | |
| "babel-core": "^6.22.1", | |
| "babel-eslint": "^8.2.2", | |
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | |
| "babel-jest": "^21.0.2", | |
| "babel-loader": "^7.1.1", | |
| "babel-plugin-dynamic-import-node": "^1.2.0", | |
| "babel-plugin-syntax-jsx": "^6.18.0", | |
| "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", | |
| "babel-plugin-transform-runtime": "^6.22.0", | |
| "babel-plugin-transform-vue-jsx": "^3.5.0", | |
| "babel-preset-env": "^1.3.2", | |
| "babel-preset-es2015": "^6.24.1", | |
| "babel-preset-stage-2": "^6.24.1", | |
| "babel-register": "^6.22.0", | |
| "chalk": "^2.0.1", | |
| "chromedriver": "2.27.2", | |
| "clean-webpack-plugin": "^0.1.17", | |
| "copy-webpack-plugin": "^4.4.1", | |
| "cross-spawn": "^5.0.1", | |
| "css-loader": "^0.28.8", | |
| "eslint": "^4.18.1", | |
| "eslint-config-airbnb-base": "^12.1.0", | |
| "eslint-friendly-formatter": "^3.0.0", | |
| "eslint-import-resolver-webpack": "^0.8.3", | |
| "eslint-loader": "^1.7.1", | |
| "eslint-plugin-html": "^3.0.0", | |
| "eslint-plugin-import": "^2.7.0", | |
| "eslint-plugin-vue": "^4.0.1", | |
| "extract-text-webpack-plugin": "^4.0.0-alpha.0", | |
| "file-loader": "^1.1.4", | |
| "friendly-errors-webpack-plugin": "^1.6.1", | |
| "fsevents": "^1.1.3", | |
| "html-webpack-plugin": "git://github.com/Graham42/html-webpack-plugin.git#feat/webpack-4", | |
| "inline-chunk-manifest-html-webpack-plugin": "^2.0.0", | |
| "jest": "^21.2.0", | |
| "jest-serializer-vue": "^0.3.0", | |
| "nightwatch": "^0.9.12", | |
| "node-notifier": "^5.1.2", | |
| "node-sass": "4.7.2", | |
| "npm-install-webpack-plugin": "^4.0.5", | |
| "npm-install-webpack2-plugin": "^5.0.1", | |
| "optimize-css-assets-webpack-plugin": "^3.2.0", | |
| "ora": "^1.2.0", | |
| "portfinder": "^1.0.13", | |
| "postcss-import": "^11.0.0", | |
| "postcss-loader": "^2.0.8", | |
| "postcss-url": "^7.2.1", | |
| "rimraf": "^2.6.0", | |
| "sass-loader": "^6.0.6", | |
| "selenium-server": "^3.0.1", | |
| "semver": "^5.3.0", | |
| "shelljs": "^0.7.6", | |
| "tapable": "^1.0.0", | |
| "uglifyjs-webpack-plugin": "^1.2.0", | |
| "url-loader": "^0.6.2", | |
| "vue-jest": "^2.1.0", | |
| "vue-loader": "^14.1.1", | |
| "vue-style-loader": "^4.0.2", | |
| "vue-template-compiler": "2.5.16", | |
| "webpack": "^4.0.0-beta.2", | |
| "webpack-bundle-analyzer": "^2.10.0", | |
| "webpack-chunk-hash": "^0.5.0", | |
| "webpack-cli": "^2.0.6", | |
| "webpack-dev-server": "^3.0.0-beta.2", | |
| "webpack-manifest-plugin": "^1.3.2", | |
| "webpack-merge": "^4.1.0" | |
| }, | |
| "engines": { | |
| "node": ">= 6.0.0", | |
| "npm": ">= 3.0.0" | |
| }, | |
| "browserslist": [ | |
| "> 1%", | |
| "last 2 versions", | |
| "not ie <= 8" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment