mCaptcha/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-09 11:51:43 +03:00
{
"name": "vanilla",
2021-04-09 11:51:43 +03:00
"main": "index.js",
"version": "1.0.0",
"license": "AGPL-3.0",
2021-04-09 11:51:43 +03:00
"scripts": {
"build": "webpack --mode production",
2021-10-13 08:07:51 +03:00
"lint": "yarn run eslint templates",
2021-05-06 08:23:05 +03:00
"start": "webpack-dev-server --mode development --progress --color",
"test": "jest"
2021-04-09 11:51:43 +03:00
},
"devDependencies": {
2021-10-13 08:07:51 +03:00
"@types/jest": "^27.0.2",
2021-05-06 08:23:05 +03:00
"@types/jsdom": "^16.2.10",
2021-10-13 08:07:51 +03:00
"@types/node": "^16.10.4",
2021-05-06 08:23:05 +03:00
"@types/sinon": "^10.0.0",
2021-10-13 08:07:51 +03:00
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
2021-05-29 18:49:45 +03:00
"@wasm-tool/wasm-pack-plugin": "^1.4.0",
2021-10-13 08:07:51 +03:00
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"dart-sass": "^1.25.0",
2021-10-13 08:07:51 +03:00
"eslint": "^8.0.0",
"jest": "^27.2.5",
2021-05-06 11:18:28 +03:00
"jest-fetch-mock": "^3.0.3",
2021-10-13 08:07:51 +03:00
"jsdom": "^18.0.0",
"mini-css-extract-plugin": "^2.4.2",
"sass-loader": "^12.2.0",
"sinon": "^11.1.2",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"ts-node": "^10.3.0",
"typescript": "^4.1.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.6.0",
2021-10-13 08:07:51 +03:00
"webpack-dev-server": "^4.3.1"
2021-07-09 11:27:55 +03:00
},
"dependencies": {
"@mcaptcha/pow-wasm": "^0.1.0-alpha-1",
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-alpha-1",
2021-08-12 14:43:17 +03:00
"mcaptcha-glue": "^0.1.0-alpha-1"
2021-04-09 11:51:43 +03:00
}
}