forked from nirdizati-research/predict-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "predict-react",
"version": "1.0.1",
"private": true,
"author": {
"name": "Tõnis Kasekamp",
"email": "toniskasekamp@gmail.com"
},
"homepage": "http://research.nirdizati.org/#/",
"license": "MIT",
"devDependencies": {
"@storybook/react": "~4.0.0",
"babel-loader": "^8.0.5",
"codecov": "^3.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16.3": "^1.4.0",
"eslint-config-google": "^0.9.1",
"react-scripts": "^2.1.8"
},
"dependencies": {
"apexcharts": "^3.10.1",
"dompurify": "^2.0.8",
"graphviz-react": "^1.0.4",
"loader-runner": "^3.0.0",
"node-sass": "^4.12.0",
"prop-types": "^15.7.2",
"react": "16.3.2",
"react-apexcharts": "^1.3.3",
"react-aspect-ratio": "^1.0.42",
"react-d3-tree": "^1.16.1",
"react-dom": "16.3.3",
"react-full-screen": "^0.2.4",
"react-fullscreen-image": "0.0.3",
"react-ga": "^2.6.0",
"react-google-charts": "^2.0.29",
"react-grid-system": "^6.0.3",
"react-html-parser": "^1.0.3",
"react-json-tree": "^0.11.0",
"react-md": "^1.12.1",
"react-redux": "^5.0.3",
"react-router": "3.2.0",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"svg-inline-react": "^3.2.0",
"viz.js": "^1.8.0",
"webfontloader": "^1.6.27",
"webpack": "^4.28.3",
"write": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src/",
"test": "react-scripts test",
"test-coverage": "npm run test -- --coverage",
"test-codecov": "npm run test -- --coverage --coverageReporters=lcov && cat ./coverage/lcov.info | codecov && rm -rf ./coverage",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -s public"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}