{ "name": "juick", "version": "1.0.0", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "webpack --progress -p" }, "repository": { "type": "git", "url": "https://github.com/juick/juick.git" }, "license": "AGPL-3.0-or-later", "babel": { "presets": [ [ "@babel/preset-env" ] ] }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.0.0", "babel-loader": "^8.0.0", "css-loader": "^1.0.0", "eslint": "^5.4.0", "eslint-loader": "^2.1.0", "eslint-plugin-only-ascii": "0.0.0", "file-loader": "^2.0.0", "globby": "^8.0.1", "mini-css-extract-plugin": "^0.4.2", "postcss-loader": "^3.0.0", "script-loader": "^0.7.2", "style-loader": "^0.23.0", "stylelint": "^9.5.0", "stylelint-config-standard": "^18.2.0", "stylelint-webpack-plugin": "^0.10.5", "uglify-loader": "^2.0.0", "url-loader": "^1.1.1", "webpack": "^4.17.1", "webpack-command": "^0.4.1" }, "dependencies": { "awesomplete": "^1.1.2", "classlist.js": "^1.1.20150312", "element-closest": "^2.0.2", "evil-icons": "^1.10.1", "url-search-params-polyfill": "^4.0.1", "whatwg-fetch": "^2.0.4" } }