{ "name": "transmission-web", "main": "index.js", "repository": "https://github.com/transmission/transmission", "license": "MIT", "scripts": { "build": "webpack --config webpack.config.js", "css": "sass --no-source-map style/", "css:map": "sass style/", "lint": "run-p --silent lint:eslint lint:stylelint lint:prettier", "lint:fix": "run-s lint:eslint:fix lint:stylelint:fix lint:prettier:fix", "lint:eslint": "eslint src/*.js", "lint:eslint:fix": "eslint --fix src/*.js", "lint:prettier": "prettier --loglevel warn --check package.json public_html/index.html style/*scss src/*.js", "lint:prettier:fix": "prettier --loglevel warn -w package.json public_html/index.html style/*scss src/*.js", "lint:stylelint": "stylelint style/*scss", "lint:stylelint:fix": "stylelint --fix style/*scss" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/eslint-parser": "^7.11.5", "@babel/plugin-proposal-class-properties": "^7.10.4", "css-loader": "^4.3.0", "eslint": "^7.11.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-unicorn": "^23.0.0", "file-loader": "^6.1.0", "img-optimize-loader": "^1.0.7", "mini-css-extract-plugin": "^0.11.3", "node-sass": "^4.14.1", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.4", "prettier": "^2.1.2", "sass": "^1.26.11", "sass-loader": "^10.0.2", "style-loader": "^1.2.1", "stylelint": "^13.7.1", "stylelint-config-prettier": "^8.0.2", "stylelint-config-primer": "^9.2.1", "stylelint-config-sass-guidelines": "^7.1.0", "stylelint-config-standard": "^20.0.0", "svgo": "^1.3.2", "svgo-loader": "^2.2.1", "terser-webpack-plugin": "^4.2.2", "url-loader": "^4.1.0", "webpack": "^4.44.2", "webpack-bundle-analyzer": "^3.9.0", "webpack-cli": "^3.3.12" }, "dependencies": { "lodash.isequal": "^4.5.0" } }