{ "name": "juick", "version": "1.0.0", "private": true, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile:css": "postcss --verbose --map style.css.map src/main/assets/style.css -d src/main/resources/static/", "compile:js": "webpack", "compile": "concurrently \"npm run compile:css\" \"npm run compile:js\"" }, "repository": { "type": "git", "url": "https://github.com/juick/juick.git" }, "license": "AGPL-3.0-or-later", "babel": { "presets": [ [ "@babel/preset-env", { "corejs": 3, "useBuiltIns": "entry", "modules": false, "exclude": [ "es.symbol.*" ] } ] ] }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/preset-env": "^7.13.12", "babel-loader": "^8.2.2", "concurrently": "^6.0.0", "copy-webpack-plugin": "^8.1.0", "core-js": "^3.9.1", "cross-env": "^7.0.3", "cssnano": "^4.1.10", "eslint": "7.23.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^2.5.3", "file-loader": "^6.2.0", "postcss": "^8.2.8", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.0", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.7", "stylelint": "^13.11.0", "stylelint-config-standard": "^21.0.0", "webpack": "^5.28.0", "webpack-cli": "^4.6.0" }, "dependencies": { "classlist.js": "^1.1.20150312", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "formdata-polyfill": "^3.0.20", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2" } }