2018-05-12 21:09:19 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
2018-07-31 09:17:08 +02:00
|
|
|
"license": "MIT",
|
2018-05-13 17:07:54 +02:00
|
|
|
"dependencies": {
|
2019-03-09 13:40:56 +01:00
|
|
|
"immutability-helper": "^3.0.0",
|
2018-05-13 17:07:54 +02:00
|
|
|
"jq-console": "^2.13.2",
|
2019-05-31 19:16:24 +02:00
|
|
|
"jquery": "^3.4.1",
|
2018-05-29 21:14:22 +02:00
|
|
|
"preact": "^8.2.9",
|
2018-05-29 13:06:24 +02:00
|
|
|
"promise-polyfill": "^7.1.2"
|
2018-05-13 17:07:54 +02:00
|
|
|
},
|
2018-05-12 21:09:19 +02:00
|
|
|
"devDependencies": {
|
2019-03-09 13:40:56 +01:00
|
|
|
"@babel/core": "^7.3.4",
|
|
|
|
"@babel/preset-env": "^7.3.4",
|
|
|
|
"@babel/preset-react": "^7.0.0",
|
2019-03-10 10:37:01 +01:00
|
|
|
"@babel/register": "^7.0.0",
|
2019-03-09 13:40:56 +01:00
|
|
|
"babel-loader": "^8.0.5",
|
2018-05-29 13:06:24 +02:00
|
|
|
"bin-loader": "^0.1.0",
|
2019-03-09 13:40:56 +01:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"css-loader": "^2.1.1",
|
|
|
|
"eslint": "5.15.1",
|
|
|
|
"eslint-plugin-react": "^7.12.4",
|
2018-05-29 13:06:24 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-03-09 13:40:56 +01:00
|
|
|
"mocha": "^6.0.2",
|
|
|
|
"style-loader": "^0.23.1",
|
|
|
|
"webpack": "^4.29.6",
|
|
|
|
"webpack-cli": "^3.2.3",
|
|
|
|
"webpack-dev-server": "^3.2.1"
|
2019-03-10 10:37:01 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --mode=production",
|
|
|
|
"test": "mocha tests/index-node.js",
|
2019-03-12 21:05:34 +01:00
|
|
|
"test-watch": "mocha --watch tests/index-node.js",
|
2019-03-10 10:37:01 +01:00
|
|
|
"lint": "eslint .",
|
2019-05-31 19:16:24 +02:00
|
|
|
"dev-server": "webpack-dev-server --open --openPage waforth --content-base public"
|
2018-05-12 21:09:19 +02:00
|
|
|
}
|
|
|
|
}
|