forked from external-repos/squoosh
73 lines
2.4 KiB
JSON
73 lines
2.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "squoosh",
|
|
"version": "0.0.0",
|
|
"license": "apache-2.0",
|
|
"scripts": {
|
|
"start": "webpack serve --host 0.0.0.0 --hot",
|
|
"build": "webpack -p",
|
|
"lint": "tslint -c tslint.json -t verbose 'src/**/*.{ts,tsx,js,jsx}'",
|
|
"lintfix": "tslint -c tslint.json -t verbose --fix 'src/**/*.{ts,tsx,js,jsx}'"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run lint"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^9.6.35",
|
|
"@types/pretty-bytes": "^5.1.0",
|
|
"@types/webassembly-js-api": "0.0.1",
|
|
"@webcomponents/custom-elements": "^1.2.1",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-plugin-jsx-pragmatic": "^1.0.2",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.5",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-plugin-transform-react-constant-elements": "^6.23.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.19",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-register": "^6.26.0",
|
|
"classnames": "^2.2.6",
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"comlink": "^3.0.3",
|
|
"copy-webpack-plugin": "^4.5.3",
|
|
"css-loader": "^0.28.11",
|
|
"exports-loader": "^0.7.0",
|
|
"file-drop-element": "0.0.7",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"husky": "^1.1.2",
|
|
"if-env": "^1.0.4",
|
|
"linkstate": "^1.1.1",
|
|
"loader-utils": "^1.1.0",
|
|
"mini-css-extract-plugin": "^0.3.0",
|
|
"node-sass": "^4.9.4",
|
|
"optimize-css-assets-webpack-plugin": "^4.0.3",
|
|
"pointer-tracker": "^2.0.3",
|
|
"preact": "^8.3.1",
|
|
"pretty-bytes": "^5.1.0",
|
|
"progress-bar-webpack-plugin": "^1.11.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^7.1.0",
|
|
"script-ext-html-webpack-plugin": "^2.0.1",
|
|
"source-map-loader": "^0.2.3",
|
|
"style-loader": "^0.22.1",
|
|
"ts-loader": "^4.4.2",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-airbnb": "^5.9.2",
|
|
"tslint-config-semistandard": "^7.0.0",
|
|
"tslint-react": "^3.6.0",
|
|
"typescript": "^2.9.2",
|
|
"typings-for-css-modules-loader": "^1.7.0",
|
|
"webpack": "=4.19.1",
|
|
"webpack-bundle-analyzer": "^2.13.1",
|
|
"webpack-cli": "^2.1.5",
|
|
"webpack-dev-server": "^3.1.5",
|
|
"webpack-plugin-replace": "^1.1.1",
|
|
"worker-plugin": "^1.1.1"
|
|
}
|
|
}
|