mirror of
https://github.com/remko/waforth
synced 2024-12-28 10:00:06 +01:00
26 lines
631 B
JSON
26 lines
631 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"esbuild": "^0.14.36",
|
|
"eslint": "^8.13.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
|
"immutability-helper": "^3.1.1",
|
|
"lodash": "^4.17.21",
|
|
"mocha": "^9.2.2",
|
|
"prettier": "^2.6.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "./build.js",
|
|
"dev": "./build.js --watch --development",
|
|
"test": "./test.js",
|
|
"test-watch": "./test.js --watch",
|
|
"lint": "eslint ."
|
|
}
|
|
}
|