clientjs/packages/annotation-dashboard-explorunivers/package.json
changeset 0 5f4fcbc80b37
child 8 24a3d661309f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clientjs/packages/annotation-dashboard-explorunivers/package.json	Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,44 @@
+{
+  "name": "annotation-dashboard-explorunivers",
+  "version": "0.1.0",
+  "private": true,
+  "dependencies": {
+    "dashboard-components": "^1.0.0",
+    "jquery": "^3.3.1",
+    "lodash": "^4.17.10",
+    "popper": "^1.0.1",
+    "popper.js": "^1.14.4",
+    "prop-types": "^15.6.2",
+    "react": "^16.4.2",
+    "react-dom": "^16.4.2",
+    "react-intl": "^2.4.0",
+    "react-redux": "^5.0.7",
+    "react-router": "^4.3.1",
+    "react-router-dom": "^4.3.1",
+    "react-scripts": "1.1.5",
+    "redux": "^4.0.0",
+    "redux-logger": "^3.0.6",
+    "redux-thunk": "^2.3.0"
+  },
+  "scripts": {
+    "test": "react-scripts test --env=jsdom",
+    "eject": "react-scripts eject",
+    "start-js": "react-scripts start",
+    "start": "npm-run-all -p watch-css start-js",
+    "build-js": "react-scripts build",
+    "build": "npm-run-all build-css build-js",
+    "build-css": "node-sass-chokidar --include-path ./node_modules src/ -o src/",
+    "watch-css": "npm run build-css && node-sass-chokidar --include-path ./node_modules src/ -o src/ --watch --recursive"
+  },
+  "devDependencies": {
+    "ajv": "^6.5.3",
+    "bootstrap": "^4.1.3",
+    "eslint": "^5.4.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",
+    "node-sass-chokidar": "^1.3.3",
+    "npm-run-all": "^4.1.3"
+  }
+}