mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
formatted files
This commit is contained in:
33
package.json
33
package.json
@@ -7,37 +7,42 @@
|
||||
"scripts": {
|
||||
"start": "webpack serve --mode development --hot",
|
||||
"build": "webpack --mode production",
|
||||
"format": "eslint"
|
||||
"format": "prettier --write src/**/*.{js,ts,html}"
|
||||
},
|
||||
"dependencies": {
|
||||
"@github/catalyst": "^1.1.3",
|
||||
"lit-html": "^1.4.1",
|
||||
"validator": "^13.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.3",
|
||||
"@babel/plugin-proposal-class-properties": "^7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "^7.14.2",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
|
||||
"@babel/preset-env": "^7.14.2",
|
||||
"@babel/preset-typescript": "^7.13.0",
|
||||
"@github/catalyst": "^1.1.3",
|
||||
"@github/jtml": "^0.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||
"@typescript-eslint/parser": "^4.26.0",
|
||||
"babel-loader": "^8.2.2",
|
||||
"babel-plugin-module-resolver": "^4.1.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"compression-webpack-plugin": "^8.0.0",
|
||||
"connect-history-api-fallback": "^1.6.0",
|
||||
"css-loader": "^5.2.6",
|
||||
"eslint": "^7.28.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-loader": "^4.0.2",
|
||||
"eslint-plugin-import": "^2.23.4",
|
||||
"html-webpack-plugin": "^5.3.1",
|
||||
"lit-html": "^1.4.1",
|
||||
"node-sass": "^6.0.0",
|
||||
"prettier": "^2.3.1",
|
||||
"sass-loader": "^11.1.1",
|
||||
"sass-to-string": "^1.5.1",
|
||||
"validator": "^13.6.0",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^4.26.0",
|
||||
"@typescript-eslint/parser": "^4.26.0",
|
||||
"compression-webpack-plugin": "^8.0.0",
|
||||
"eslint": "^7.27.0",
|
||||
"terser-webpack-plugin": "^5.1.3",
|
||||
"webpack-cli": "^4.7.0"
|
||||
"uglify-js": "^3.13.9",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"webpack": "^5.38.1",
|
||||
"webpack-cli": "^4.7.0",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user