-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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
70
71
72
{
"name": "inquiry",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@date-io/date-fns": "^2.10.6",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/pickers": "^3.2.10",
"@nivo/line": "^0.63.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apexcharts": "^3.22.2",
"axios": "^0.19.2",
"d3": "^6.2.0",
"d3-array": "^1.2.4",
"date-fns": "^2.16.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"grommet": "^2.14.0",
"grommet-icons": "^4.4.0",
"neo4j-driver": "^4.4.10",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-compound-timer": "^1.2.0",
"react-countdown": "^2.3.2",
"react-dom": "^16.13.1",
"react-ga": "^3.3.1",
"react-gtm-module": "^2.0.11",
"react-json-view": "^1.19.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"recharts": "^1.8.5",
"stillness-ogm": "^0.0.11111",
"stillness-utils": "^0.0.1",
"styled-components": "^5.1.1",
"typescript": "^3.9.7",
"uuid": "^8.3.2"
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": "14.x"
},
"scripts": {
"start": "yarn start-database; PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start-database": "../neo4j_databases/inquiry_4.1.4/bin/neo4j start",
"stop-database": "../neo4j_databases/inquiry_4.1.4/bin/neo4j stop",
"restart-database": "../neo4j_databases/inquiry_4.1.4/bin/neo4j restart",
"generate-dashboard": "node ./neodash/generators.js",
"server": "node ./server/index.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}