-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·82 lines (82 loc) · 2.36 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·82 lines (82 loc) · 2.36 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "MCAssistant",
"version": "1.0.0",
"description": "MCAssistant is here to help you to fix and clean your media center folders",
"main": "main.js",
"dependencies": {
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.7",
"@fortawesome/free-brands-svg-icons": "^5.4.2",
"@fortawesome/free-regular-svg-icons": "^5.4.2",
"@fortawesome/free-solid-svg-icons": "^5.6.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"axios": "^0.18.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"electron-is-dev": "^1.0.1",
"mkdirp": "^0.5.1",
"mobx": "^5.7.0",
"mobx-react": "^5.4.2",
"npm": "^6.11.3",
"parse-torrent-name": "^0.5.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-dropzone": "^6.2.4",
"uuid": "^3.3.2",
"video-name-parser": "^1.4.6",
"webpack-cli": "^3.1.2"
},
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-mobx": "^2.0.0",
"css-loader": "^1.0.1",
"electron": "5.0.1",
"electron-builder": "^20.38.0",
"electron-packager": "^12.2.0",
"electron-prebuilt": "^1.4.13",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"node-libs-browser": "^2.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"test": "nodemon main.js",
"start": "electron .",
"watch": "webpack-dev-server",
"pack": "electron-builder --dir",
"dist": "webpack && electron-builder -mwl",
"dist-linux": "webpack && electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amoinier/MCAssistant.git"
},
"build": {
"appId": "com.electron.mcassistant",
"mac": {
"category": "public.app-category.utilities",
"target": "zip"
},
"win": {
"target": "portable"
},
"linux": {
"category": "public.app-category.utilities"
}
},
"author": "amoinier",
"license": "MIT",
"bugs": {
"url": "https://github.com/amoinier/MCAssistant/issues"
},
"homepage": "https://github.com/amoinier/MCAssistant#readme"
}