-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "SampleGammaDepth",
"version": "0.0.9",
"main": "src/index.js",
"scripts": {
"build": "webpack --config=./config-overrides.js --mode production",
"start": "webpack-dev-server --config=./config-overrides.js --open --mode development",
"zip": "create-corva-app --zip ui",
"lint": "eslint --cache ./src/"
},
"devDependencies": {
"@corva/ui": "^0.7",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"classnames": "2.2.6",
"corva-convert-units": "1.10.17",
"highcharts": "8.1.2",
"highcharts-react-official": "2.2.2",
"lodash": "^4.17.4",
"moment": "2.23.0",
"moment-timezone": "0.5.23",
"postcss-loader": "4.1.0",
"prop-types": "^15.6.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"peerDependencies": {
"@corva/ui": "^0.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"classnames": "2.2.6",
"corva-convert-units": "1.10.17",
"highcharts": "8.1.2",
"highcharts-react-official": "2.2.2",
"lodash": "^4.17.4",
"moment": "2.23.0",
"moment-timezone": "0.5.23",
"prop-types": "^15.6.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"dependencies": {
"@corva/ui": "^0.30.0"
}
}