-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4 KB
/
package.json
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "zui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.1.4",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@nivo/core": "^0.67.0",
"@nivo/heatmap": "^0.67.0",
"@nivo/stream": "^0.67.0",
"@nivo/treemap": "^0.67.0",
"@octokit/rest": "^18.0.5",
"@primer/components": "^20.0.0",
"@primer/octicons-react": "^10.1.0",
"@rematch/core": "^1.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.3",
"@types/chart.js": "^2.9.24",
"@types/classnames": "^2.2.10",
"@types/cytoscape": "^3.14.7",
"@types/jest": "^26.0.13",
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.4",
"@types/randomcolor": "^0.5.5",
"@types/react": "^16.9.49",
"@types/react-color": "^3.0.4",
"@types/react-csv": "^1.1.1",
"@types/react-cytoscapejs": "^1.1.0",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/react-tagcloud": "^1.1.5",
"@types/uuid": "^8.3.0",
"@types/xregexp": "^4.3.0",
"add": "^2.0.6",
"axios": "^0.20.0",
"brace": "^0.11.1",
"chart.js": "^2.9.4",
"chartjs-chart-treemap": "^0.2.3",
"cytoscape": "^3.15.2",
"cytoscape-cose-bilkent": "^4.1.0",
"cytoscape-popper": "^1.0.7",
"date-fns": "^2.16.1",
"date-fns-tz": "^1.0.10",
"dexie": "^3.0.2",
"graphql": "^15.3.0",
"graphql.macro": "^1.4.2",
"jsoneditor": "^9.0.4",
"jsoneditor-react": "^3.0.1",
"keycloak-js": "^11.0.2",
"material-ui-pickers": "^2.2.4",
"randomcolor": "^0.6.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-color": "^2.18.1",
"react-csv": "^2.0.3",
"react-cytoscapejs": "^1.2.1",
"react-dom": "^16.13.1",
"react-dual-listbox": "^2.0.0",
"react-markdown": "^7.1.2",
"react-micro-bar-chart": "^1.1.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-tagcloud": "^2.0.0",
"remove": "^0.1.5",
"string-to-color": "^2.2.2",
"styled-components": "^5.2.0",
"typescript": "~4.0.2",
"uuid": "^8.3.1",
"yarn": "^1.22.5"
},
"scripts": {
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"lint:ci": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}'",
"start": "react-scripts start",
"start:dev": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && react-scripts start",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
},
"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"
]
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/node-logger": "^6.0.21",
"@storybook/preset-create-react-app": "^3.1.4",
"@storybook/react": "^6.0.21",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"babel-loader": "^8.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"husky": "^4.2.3",
"lint-staged": "^10.3.0",
"prettier": "^2.1.1",
"react-is": "^16.13.1"
},
"husky": {
"hooks": {
"pre-commit": "tsc --noEmit && lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix",
"git add"
]
}
}