{ "name": "juick", "version": "1.0.0", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "webpack --colors -p" }, "repository": { "type": "git", "url": "https://github.com/juick/juick.git" }, "license": "AGPLv3", "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-loader": "^2.0.0", "eslint-plugin-only-ascii": "0.0.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "globby": "^8.0.1", "script-loader": "^0.7.2", "style-loader": "^0.20.3", "stylelint": "^9.2.0", "stylelint-config-standard": "^18.2.0", "stylelint-webpack-plugin": "^0.10.4", "uglify-loader": "^2.0.0", "url-loader": "^1.0.1", "webpack": "^4.5.0", "webpack-cli": "^2.0.14" }, "dependencies": { "awesomplete": "^1.1.2", "classlist.js": "^1.1.20150312", "element-closest": "^2.0.2", "evil-icons": "^1.9.0", "url-search-params-polyfill": "^3.0.0", "whatwg-fetch": "^2.0.4" } }