| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "name": "violentmonkey",
- "version": "2.5.9",
- "scripts": {
- "dev": "gulp watch",
- "build": "gulp build",
- "analyze": "webpack --profile --json --config scripts/webpack.conf.js | webpack-bundle-size-analyzer",
- "analyze:json": "webpack --profile --json --config scripts/webpack.conf.js > stats.json",
- "i18n": "gulp i18n",
- "lint": "eslint src",
- "update": "node scripts/update",
- "svgo": "svgo icons",
- "test": "mocha"
- },
- "description": "Violentmonkey",
- "devDependencies": {
- "babel-core": "^6.24.0",
- "babel-eslint": "^7.2.1",
- "babel-loader": "^6.4.1",
- "babel-plugin-transform-runtime": "^6.23.0",
- "babel-preset-es2015": "^6.24.0",
- "core-js": "^2.4.1",
- "css-loader": "^0.27.3",
- "cssnano": "^3.10.0",
- "del": "^2.2.0",
- "eslint": "^3.18.0",
- "eslint-config-airbnb-base": "^11.1.2",
- "eslint-friendly-formatter": "^2.0.7",
- "eslint-import-resolver-webpack": "^0.8.1",
- "eslint-loader": "^1.7.0",
- "eslint-plugin-html": "^2.0.1",
- "eslint-plugin-import": "^2.2.0",
- "extract-text-webpack-plugin": "^2.1.0",
- "friendly-errors-webpack-plugin": "^1.6.1",
- "glob": "^7.0.3",
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-eslint": "^3.0.1",
- "gulp-filter": "^5.0.0",
- "gulp-postcss": "^6.3.0",
- "gulp-svg-sprite": "^1.2.19",
- "gulp-uglify": "^2.0.0",
- "gulp-util": "^3.0.7",
- "html-minifier": "^3.2.3",
- "html-webpack-plugin": "^2.28.0",
- "js-yaml": "^3.5.5",
- "merge2": "^1.0.2",
- "mocha": "^3.1.2",
- "ncp": "^2.0.0",
- "precss": "^1.4.0",
- "svgo": "^0.7.2",
- "through2": "^2.0.3",
- "vue-loader": "^11.3.3",
- "vue-style-loader": "^2.0.4",
- "vue-template-compiler": "^2.2.5",
- "webpack": "^2.3.2",
- "webpack-bundle-size-analyzer": "^2.5.0"
- },
- "author": "Gerald <[email protected]>",
- "repository": {
- "type": "git",
- "url": "https://github.com/violentmonkey/violentmonkey.git"
- },
- "bugs": {
- "url": "https://github.com/violentmonkey/violentmonkey/issues"
- },
- "homepage": "https://github.com/violentmonkey/violentmonkey",
- "license": "MIT",
- "dependencies": {
- "codemirror": "^5.25.0",
- "define-commonjs": "^1.1.2",
- "sync-promise-lite": "^0.2.3",
- "vue": "^2.2.5"
- }
- }
|