mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-22 09:25:46 +03:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "vanilla",
|
|
"main": "index.js",
|
|
"version": "1.0.0",
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"lint": "yarn run eslint templates",
|
|
"start": "webpack-dev-server --mode development --progress --color",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.6",
|
|
"@types/jsdom": "^21.1.4",
|
|
"@types/node": "^20.8.9",
|
|
"@types/sinon": "^10.0.20",
|
|
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
"@typescript-eslint/parser": "^6.9.0",
|
|
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
|
|
"css-loader": "^6.8.1",
|
|
"css-minimizer-webpack-plugin": "^5.0.1",
|
|
"eslint": "^8.52.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^22.1.0",
|
|
"mini-css-extract-plugin": "^2.7.6",
|
|
"sass": "^1.69.5",
|
|
"sass-loader": "^13.3.2",
|
|
"sinon": "^17.0.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-loader": "^9.5.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.2.2",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1"
|
|
},
|
|
"dependencies": {
|
|
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-rc2",
|
|
"@mcaptcha/vanilla-glue": "^0.1.0-rc1",
|
|
"@mcaptcha/pow-wasm": "^0.1.0-rc2"
|
|
}
|
|
}
|