mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "wallet-web",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"author": "Fran Jurmanović <fjurma12@outlook.com>",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack serve --mode development --hot",
|
|
"build": "webpack --mode production",
|
|
"format": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"css-loader": "^5.2.6",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"lit-html": "^1.4.1",
|
|
"node-sass": "^6.0.0",
|
|
"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"
|
|
}
|
|
}
|