39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@riotjs/hot-reload": "^6.0.0",
|
|
"@riotjs/lazy": "^2.0.1",
|
|
"@riotjs/route": "^8.0.0",
|
|
"riot": "^6.0.2"
|
|
},
|
|
"name": "wordle_finder",
|
|
"version": "1.0.0",
|
|
"description": "Find available Words with current Input",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"@riotjs/compiler": "^6.0.1",
|
|
"@riotjs/register": "^5.0.0",
|
|
"@riotjs/webpack-loader": "^6.0.0",
|
|
"chai": "^4.3.4",
|
|
"css-loader": "^6.2.0",
|
|
"esm": "^3.2.25",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"jsdom": "^16.6.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mini-css-extract-plugin": "^2.1.0",
|
|
"mocha": "^9.2.2",
|
|
"nyc": "^15.1.0",
|
|
"webpack": "^5.47.1",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2"
|
|
},
|
|
"scripts": {
|
|
"test": "nyc --require esm --require jsdom-global/register --require @riotjs/register mocha src/**/*.spec.js",
|
|
"cov": "nyc report --reporter=text-lcov",
|
|
"cov-html": "nyc report --reporter=html",
|
|
"build": "webpack --mode production",
|
|
"prepublishOnly": "npm test",
|
|
"start": "webpack serve --mode development --hot --host 0.0.0.0 --port 3000"
|
|
},
|
|
"author": "pdevq",
|
|
"license": "MIT"
|
|
} |