-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.91 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.91 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
{
"name": "vcds-graph",
"version": "1.0.0",
"description": "vcds-graph",
"module": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --mode development --config ./webpack.config.js",
"build": "webpack --mode production --config ./webpack.config.js"
},
"sideEffects": [
"./src/**/*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jmullo/vcds-graph.git"
},
"keywords": [
"vcds-graph",
"vcds",
"vag-com",
"vag",
"graph",
"log",
"viewer",
"visualizer"
],
"author": "Jussi Mullo <mulloju@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jmullo/vcds-graph/issues"
},
"homepage": "https://github.com/jmullo/vcds-graph",
"devDependencies": {
"@babel/core": "7.8.7",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-transform-classes": "7.8.6",
"@babel/plugin-transform-runtime": "7.8.3",
"@babel/preset-env": "7.8.7",
"@babel/preset-react": "7.8.3",
"babel-loader": "8.0.6",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"clean-webpack-plugin": "3.0.0",
"css-loader": "3.4.2",
"file-loader": "5.1.0",
"html-webpack-plugin": "3.2.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.7.0",
"style-loader": "1.1.3",
"url-loader": "3.0.0",
"webpack": "4.42.0",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
},
"dependencies": {
"@material-ui/core": "4.9.5",
"@material-ui/icons": "4.9.1",
"char-encoding-detector": "0.0.9",
"core-js": "3.6.4",
"highcharts": "8.0.2",
"highcharts-react-official": "3.0.0",
"lodash": "4.17.15",
"notistack": "0.9.8",
"papaparse": "5.1.1",
"re-resizable": "6.2.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"regenerator-runtime": "0.13.3",
"typeface-roboto": "0.0.75"
}
}