summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIvan Dolgov <ivan@dolgov.fi>2018-09-22 00:55:11 +0300
committerIvan Dolgov <ivan@dolgov.fi>2018-09-22 00:55:11 +0300
commit05b6b72104206468b50743026981e9d3c4974c61 (patch)
tree176333ebef1b58b82cb4a17a3f7bd571455c4c7f /package.json
parente2cf702d339d95600001f60993252b4d8054f6d6 (diff)
downloadickui-05b6b72104206468b50743026981e9d3c4974c61.tar.gz
Configure initial setupivan/setup
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e49b800
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "ickui",
+ "version": "0.1.0+git",
+ "description": "Web UI for Ick2",
+ "repository": {
+ "type": "git",
+ "url": "git://git.liw.fi/ickui"
+ },
+ "author": "Ivan Dolgov",
+ "license": "GPL-3.0-or-later",
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@babel/polyfill": "^7.0.0",
+ "@babel/preset-env": "^7.1.0",
+ "@babel/preset-react": "^7.0.0",
+ "babel-core": "^7.0.0-bridge.0",
+ "babel-eslint": "^9.0.0",
+ "babel-jest": "^23.6.0",
+ "babel-loader": "^8.0.2",
+ "css-loader": "^1.0.0",
+ "eslint": "^5.6.0",
+ "eslint-config-airbnb": "^17.1.0",
+ "eslint-plugin-import": "^2.14.0",
+ "eslint-plugin-jsx-a11y": "^6.1.1",
+ "eslint-plugin-react": "^7.11.1",
+ "jest": "^23.6.0",
+ "jest-dom": "^1.12.1",
+ "prop-types": "^15.6.2",
+ "react": "^16.5.2",
+ "react-dom": "^16.5.2",
+ "react-testing-library": "^5.1.0",
+ "style-loader": "^0.23.0",
+ "webpack": "^4.19.1",
+ "webpack-cli": "^3.1.0",
+ "webpack-dev-server": "^3.1.8"
+ }
+}