mirror of
https://github.com/FJurmanovic/wallet-web.git
synced 2026-02-06 06:08:10 +00:00
29 lines
830 B
JSON
29 lines
830 B
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"
|
|
},
|
|
"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",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"connect-history-api-fallback": "^1.6.0",
|
|
"html-webpack-plugin": "^5.3.1",
|
|
"webpack": "^5.38.1",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-cli": "^4.7.0"
|
|
}
|
|
}
|