-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.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
{
"name": "electron3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"electron": "electron src/main.js",
"react": "webpack serve --mode development",
"tsc": "tsc",
"tsc:watch": "tsc -w"
},
"dependencies": {
"@blueprintjs/core": "^3.39.0",
"apexcharts": "^3.25.0",
"csv": "^5.3.2",
"idb": "^6.0.0",
"lodash": "^4.17.21",
"luxon": "^1.26.0",
"normalize.css": "^8.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.26.0",
"@types/react": "^16.14.4",
"@types/react-dom": "^16.9.11",
"@types/react-router-dom": "^5.1.7",
"css-loader": "^5.0.2",
"electron": "^11.3.0",
"electron-is-dev": "^1.2.0",
"html-webpack-plugin": "^5.2.0",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack": "^5.23.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}