mCaptcha/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2021-04-09 08:51:43 +00:00
{
"name": "vanilla",
2021-04-09 08:51:43 +00:00
"main": "index.js",
"version": "1.0.0",
"license": "AGPL-3.0",
2021-04-09 08:51:43 +00:00
"scripts": {
"build": "webpack --mode production",
2021-10-13 05:07:51 +00:00
"lint": "yarn run eslint templates",
2021-05-06 05:23:05 +00:00
"start": "webpack-dev-server --mode development --progress --color",
"test": "jest"
2021-04-09 08:51:43 +00:00
},
"devDependencies": {
2023-07-02 14:27:15 +00:00
"@types/jest": "^29.5.2",
"@types/jsdom": "^21.1.1",
"@types/node": "^20.3.3",
"@types/sinon": "^10.0.15",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint": "^8.44.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
2021-05-06 08:18:28 +00:00
"jest-fetch-mock": "^3.0.3",
2023-07-02 14:27:15 +00:00
"jsdom": "^22.1.0",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"sinon": "^15.2.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
2021-07-09 08:27:55 +00:00
},
"dependencies": {
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-alpha-1",
2023-07-02 14:27:15 +00:00
"@mcaptcha/pow-wasm": "^0.1.0-alpha-1",
"@mcaptcha/vanilla-glue": "^0.1.0-alpha-3"
2021-04-09 08:51:43 +00:00
}
}