guesstimate/client/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2020-04-20 11:14:46 +02:00
{
"name": "guesstimate",
"version": "0.0.0",
2020-04-22 22:07:52 +02:00
"description": "",
"main": "src/index.js",
2020-04-20 11:14:46 +02:00
"dependencies": {
"@types/bs58": "^4.0.1",
"@types/json-merge-patch": "0.0.4",
2020-07-09 13:00:42 +02:00
"@types/react-router-dom": "^5.1.5",
2020-04-20 11:14:46 +02:00
"bs58": "^4.0.1",
"bulma": "^0.9.4",
2020-04-21 20:45:47 +02:00
"bulma-switch": "^2.0.0",
"json-merge-patch": "^0.2.3",
2020-07-09 13:00:42 +02:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux-saga": "^1.1.3",
2020-04-22 22:07:52 +02:00
"style-loader": "^1.1.4",
"typescript": "^3.8.3"
2020-04-20 11:14:46 +02:00
},
"devDependencies": {
2020-04-22 22:07:52 +02:00
"@teamsupercell/typings-for-css-modules-loader": "^2.1.1",
"@types/react": "^16.9.34",
"css-loader": "^3.5.2",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"html-webpack-plugin": "^4.2.0",
"mini-css-extract-plugin": "^0.9.0",
"resolve-url-loader": "^3.1.1",
2020-04-20 12:24:17 +02:00
"ts-loader": "^7.0.1",
2020-04-22 22:07:52 +02:00
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
2020-07-09 13:00:42 +02:00
"webpack-dev-server": "^3.11.0"
2020-04-22 22:07:52 +02:00
},
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --watch",
"build": "webpack --progress --profile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@forge.cadoles.com:4242/wpetit/guesstimate.git"
},
"author": "William Petit <wpetit@cadoles.com>",
"license": "AGPL-3.0"
2020-04-20 11:14:46 +02:00
}