2021-10-04 21:21:10 +05:30
|
|
|
{
|
|
|
|
"name": "mcaptcha-survey",
|
|
|
|
"main": "index.js",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2021-10-12 14:02:34 +05:30
|
|
|
"build": "webpack --mode production",
|
2021-10-27 11:39:37 +05:30
|
|
|
"lint": "eslint templates",
|
|
|
|
"sass": "dart-sass -s compressed templates/main.scss ./static/cache/bundle/css/main.css && dart-sass -s compressed templates/mobile.scss ./static/cache/bundle/css/mobile.css",
|
2021-10-04 21:21:10 +05:30
|
|
|
"start": "webpack-dev-server --mode development --progress --color",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-13 13:22:42 +05:30
|
|
|
"@types/jest": "^27.0.2",
|
2021-10-12 14:02:34 +05:30
|
|
|
"@types/jsdom": "^16.2.10",
|
2021-10-13 13:22:42 +05:30
|
|
|
"@types/node": "^16.10.5",
|
2021-10-12 14:02:34 +05:30
|
|
|
"@types/sinon": "^10.0.0",
|
2021-10-14 20:02:54 +05:30
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
|
|
"@typescript-eslint/parser": "^5.0.0",
|
2023-01-27 00:18:26 +05:30
|
|
|
"@wasm-tool/wasm-pack-plugin": "^1.6.0",
|
2021-10-12 14:54:51 +05:30
|
|
|
"dart-sass": "^1.25.0",
|
2021-10-14 20:02:54 +05:30
|
|
|
"eslint": "^8.0.1",
|
2021-10-13 13:22:42 +05:30
|
|
|
"jest": "^27.2.5",
|
2021-10-12 14:02:34 +05:30
|
|
|
"jest-fetch-mock": "^3.0.3",
|
2021-10-13 13:22:42 +05:30
|
|
|
"jsdom": "^18.0.0",
|
|
|
|
"sinon": "^11.1.2",
|
|
|
|
"ts-jest": "^27.0.5",
|
|
|
|
"ts-loader": "^9.2.6",
|
|
|
|
"ts-node": "^10.3.0",
|
|
|
|
"typescript": "^4.4.4",
|
2021-10-12 14:02:34 +05:30
|
|
|
"webpack": "^5.0.0",
|
|
|
|
"webpack-cli": "^4.6.0",
|
2021-10-13 13:22:42 +05:30
|
|
|
"webpack-dev-server": "^4.3.1"
|
2021-10-12 14:02:34 +05:30
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-01-08 23:02:49 +05:30
|
|
|
"@mcaptcha/vanilla-glue": "^0.1.0-alpha-3",
|
2023-01-27 00:18:26 +05:30
|
|
|
"@mcaptcha/pow_sha256-polyfill": "^0.1.0-alpha-1",
|
|
|
|
"@mcaptcha/pow-wasm": "^0.1.0-alpha-1"
|
2021-10-04 21:21:10 +05:30
|
|
|
}
|
|
|
|
}
|