{ "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.15.0", "@babel/preset-env": "^7.15.0", "babel-loader": "^8.2.2", "concurrently": "^6.2.1", "copy-webpack-plugin": "^9.0.1", "core-js": "^3.16.2", "cross-env": "^7.0.3", "cssnano": "^5.0.8", "eslint": "7.32.0", "eslint-plugin-only-ascii": "0.0.0", "eslint-webpack-plugin": "^3.0.1", "file-loader": "^6.2.0", "postcss": "^8.3.6", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2", "postcss-preset-env": "^6.7.0", "regenerator-runtime": "^0.13.9", "stylelint": "^13.13.1", "stylelint-config-standard": "^22.0.0", "webpack": "^5.51.1", "webpack-cli": "^4.8.0" }, "dependencies": { "classlist.js": "^1.1.20150312", "element-closest": "3.0.2", "evil-icons": "^1.10.1", "formdata-polyfill": "^4.0.6", "svg4everybody": "^2.1.9", "url-polyfill": "^1.1.12", "whatwg-fetch": "^3.6.2" } }