-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 3.13 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
{
"name": "fotms-client-app",
"version": "0.7.0",
"description": "Fibre-optic tension measurement system app ",
"author": "Andrey Vanyakin, Opten",
"homepage": "http://www.optensolutions.com",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"main": "./Electron/index.js",
"scripts": {
"prod": "webpack --config webpack.build.config.js && electron --noDevServer .",
"dev": "set NODE_ENV=development&& webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js",
"build": "set NODE_ENV=production&& webpack --config webpack.build.config.js",
"postpackage": "electron-packager ./dist --out=./dist",
"dist": "electron-builder",
"prebuilt": "start electron ./dist/main.js"
},
"files": [
"/Electron/_icon"
],
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^0.28.11",
"electron": "^6.0.7",
"electron-builder": "^21.2.0",
"electron-devtools-installer": "^2.2.4",
"electron-packager": "^14.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"prettier": "1.18.2",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"style-loader": "^0.19.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"acorn": "^6.0.0",
"ajv": "^6.0.0",
"axios": "^0.19.0",
"date-fns": "^2.0.0-alpha.23",
"dexie": "^2.0.4",
"downsample-lttb": "0.0.1",
"electron-localshortcut": "^3.2.1",
"electron-log": "^3.0.5",
"electron-settings": "^3.2.0",
"eventsource": "^1.0.7",
"flatted": "^2.0.1",
"ip": "^1.1.5",
"iput": "^1.0.1",
"is-ip": "^3.1.0",
"leaflet": "^1.4.0",
"local-storage": "^1.4.2",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"pify": "^4.0.1",
"ping": "^0.2.2",
"plotly.js": "^1.48.3",
"plotly.js-locales": "^1.48.3",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-accessible-accordion": "^3.0.0",
"react-datepicker": "^2.1.0",
"react-dom": "^16.4.2",
"react-dropdown": "^1.6.4",
"react-fontawesome": "^1.6.1",
"react-image-lightbox": "^5.1.0",
"react-imask": "^5.1.7",
"react-leaflet": "^2.2.1",
"react-leaflet-control": "^2.1.1",
"react-plotly.js": "^2.3.0",
"react-sound": "^1.2.0",
"react-sparklines": "^1.7.0",
"react-text-mask": "^5.4.3",
"tcp-ping": "^0.1.1",
"url-exists": "^1.0.3",
"url-loader": "^1.0.1"
}
}