-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "aminopc",
"version": "1.0.0",
"description": "Amino unofficial PC version",
"main": "main.js",
"scripts": {
"build": "webpack --mode=development --watch",
"build:watch": "set NODE_ENV=development && webpack-dev-server --port 3000",
"electron": "electron ./dist/webpack/main.js",
"electron:watch": "set NODE_ENV=development && electron ./src/main/dev.main.js",
"make": "build",
"publish": "build -p always"
},
"author": "Marc 'Fox' Salva Montaner <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SrZorro/AminoPC/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SrZorro/AminoPC"
},
"dependencies": {
"aminoclient": "^1.0.6",
"cross-fetch": "^2.2.1",
"electron-updater": "^2.21.10",
"inferno": "^4.0.2",
"ts-node": "^6.1.0",
"typescript": "^2.9.1",
"uuid": "^3.2.1"
},
"devDependencies": {
"@types/electron": "^1.6.10",
"@types/node": "^10.3.2",
"@types/uuid": "^3.4.3",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.5.1",
"electron": "^2.0.2",
"electron-builder": "^20.15.1",
"electron-winstaller": "^2.6.4",
"html-webpack-plugin": "^3.2.0",
"moment": "^2.22.2",
"ts-loader": "^4.4.1",
"ts-transform-inferno": "^2.2.0",
"tslint": "^5.10.0",
"typestyle": "^2.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-livereload-plugin": "^2.1.1",
"webpack-dev-server": "^3.1.4"
}
}