45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "guesstimate",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"dependencies": {
|
|
"@types/bs58": "^4.0.1",
|
|
"@types/json-merge-patch": "0.0.4",
|
|
"bs58": "^4.0.1",
|
|
"bulma": "^0.8.2",
|
|
"bulma-switch": "^2.0.0",
|
|
"json-merge-patch": "^0.2.3",
|
|
"preact": "^10.4.1",
|
|
"preact-markup": "^1.6.0",
|
|
"preact-render-to-string": "^5.1.6",
|
|
"preact-router": "^3.2.1",
|
|
"style-loader": "^1.1.4",
|
|
"typescript": "^3.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"@teamsupercell/typings-for-css-modules-loader": "^2.1.1",
|
|
"@types/react": "^16.9.3",
|
|
"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",
|
|
"ts-loader": "^7.0.1",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^3.10.3"
|
|
},
|
|
"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"
|
|
}
|