aboutsummaryrefslogtreecommitdiffstats
path: root/graphgraph-fe/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'graphgraph-fe/package.json')
-rw-r--r--graphgraph-fe/package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/graphgraph-fe/package.json b/graphgraph-fe/package.json
new file mode 100644
index 0000000..8ae14f0
--- /dev/null
+++ b/graphgraph-fe/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "graphgraph-fe",
+ "version": "0.0.1",
+ "private": true,
+ "dependencies": {
+ "bootstrap-css-only": "3.3.7",
+ "d3": "5.7.0",
+ "react": "^16.7.0",
+ "react-basic-table": "1.0.14",
+ "react-bootstrap": "0.32.4",
+ "react-dom": "^16.7.0",
+ "react-numeric-input": "2.2.3",
+ "reactjs-popup": "1.3.2",
+ "react-scripts": "2.1.1",
+ "eslint-config-react-app": "3.0.6",
+ "underscore": "1.9.1"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": "react-app"
+ },
+ "browserslist": [
+ ">0.2%",
+ "not dead",
+ "not ie <= 11",
+ "not op_mini all"
+ ],
+ "devDependencies": {
+ "eslint": "^5.6.0",
+ "eslint-config-standard": "^12.0.0",
+ "eslint-plugin-import": "^2.14.0",
+ "eslint-plugin-node": "^8.0.1",
+ "eslint-plugin-promise": "^4.0.1",
+ "eslint-plugin-standard": "^4.0.0"
+ }
+}