-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "ltf2test",
"version": "0.0.1",
"description": "This is the description of my app. You can do great things with it!",
"engines": {
"node": ">=12.22.12",
"yarn": "*"
},
"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 .",
"lint": "eslint --cache ./src/",
"release": "create-corva-app release ."
},
"dependencies": {
"@corva/ui": "latest",
"@material-ui/core": "4.11.2",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.57",
"@material-ui/pickers": "3.2.10",
"classnames": "2.2.6",
"corva-convert-units": "1.10.17",
"highcharts": "8.1.2",
"highcharts-react-official": "2.2.2",
"lodash": "^4.17.4",
"mapbox.js": "3.2.1",
"moment": "2.23.0",
"moment-timezone": "0.5.23",
"prop-types": "^15.6.1",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"postcss-loader": "4.1.0"
}
}