-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.27 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.27 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
{
"name": "diskView",
"version": "1.0.0",
"description": "",
"main": "./main.js",
"dependencies": {
"d2b": "^1.0.12",
"d3": "^6.3.1",
"jquery": "^3.5.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/d3": "^6.2.0",
"@types/electron": "^1.6.10",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"electron": "^11.2.0",
"r-builder": "^22.9.1",
"eslint": "^7.17.0",
"node-sass": "^5.0.0",
"typescript": "^4.0.5",
"webpack": "^5.17.0",
"webpack-cli": "^4.4.0"
},
"build": {
"appId": "autopc.dirlsgodclient",
"directories": {
"output": "build"
},
"mac": {
"target": [
"dmg",
"zip"
]
},
"win": {
"icon": "./asstes/icon.png",
"target": [
"nsis",
"zip"
]
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"author": "",
"license": "ISC"
}