mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
37 lines
1,002 B
JSON
37 lines
1,002 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"immutability-helper": "^3.0.0",
|
|
"jq-console": "^2.13.2",
|
|
"jquery": "^3.3.1",
|
|
"preact": "^8.2.9",
|
|
"promise-polyfill": "^7.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.3.4",
|
|
"@babel/preset-env": "^7.3.4",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"babel-loader": "^8.0.5",
|
|
"bin-loader": "^0.1.0",
|
|
"chai": "^4.2.0",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "5.15.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"mocha": "^6.0.2",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.2.3",
|
|
"webpack-dev-server": "^3.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode=production",
|
|
"test": "mocha tests/index-node.js",
|
|
"test-watch": "mocha --watch tests/index-node.js",
|
|
"lint": "eslint .",
|
|
"dev-server":
|
|
"webpack-dev-server --open --openPage waforth --content-base public"
|
|
}
|
|
}
|