Files
squoosh/package.json
Jason Miller b489d9cd5b other changes
2020-11-12 09:16:45 -05:00

52 lines
1.4 KiB
JSON

{
"private": true,
"name": "squoosh",
"version": "1.11.4",
"license": "apache-2.0",
"scripts": {
"start": "parcel serve src/index.html --no-autoinstall --host 0.0.0.0 --dist-dir build",
"build": "parcel build src/index.html --no-autoinstall --dist-dir build",
"lint": "tslint -c tslint.json -p tsconfig.json -t verbose",
"lintfix": "tslint -c tslint.json -p tsconfig.json -t verbose --fix 'src/**/*.{ts,tsx,js,jsx}'",
"sizereport": "sizereport --config"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"dependencies": {
"codecs": "0.0.0"
},
"devDependencies": {
"@types/node": "10.14.15",
"@types/pretty-bytes": "5.1.0",
"@types/webassembly-js-api": "0.0.3",
"@webcomponents/custom-elements": "1.2.4",
"classnames": "2.2.6",
"comlink": "3.1.1",
"ejs": "2.6.2",
"escape-string-regexp": "2.0.0",
"file-drop-element": "0.2.0",
"gzip-size": "5.1.1",
"husky": "3.0.4",
"idb-keyval": "3.2.0",
"linkstate": "1.1.1",
"minimatch": "3.0.4",
"node-fetch": "2.6.0",
"node-sass": "4.13.0",
"normalize-path": "^3.0.0",
"pointer-tracker": "^2.4.0",
"preact": "8.4.2",
"pretty-bytes": "5.3.0",
"readdirp": "3.1.2",
"sass": "^1.26.10",
"travis-size-report": "1.1.0",
"tslint": "5.19.0",
"tslint-config-airbnb": "5.11.1",
"tslint-config-semistandard": "8.0.1",
"tslint-react": "4.0.0",
"typescript": "3.5.3"
}
}