-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.58 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
{
"name": "mappingnetwork",
"productName": "Mapping Network",
"version": "1.0.0",
"description": "An app for making complex MIDI controller-to-software mappings for musical purposes.",
"repository": "http://github.com/dimitriaatos/mapping-network",
"scripts": {
"start": "electron-webpack --inspect=5858 dev",
"compile": "electron-webpack",
"build": "npm run compile && electron-builder"
},
"year": "2019",
"author": "Dimitri Aatos Ellinas",
"license": "CC-BY-NC-4.0",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-proposal-private-methods": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"electron": "^11.1.1",
"electron-builder": "^22.9.1",
"electron-webpack": "^2.8.2",
"eslint": "^7.16.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-private-props": "^0.3.0",
"eslint-plugin-react": "^7.21.5",
"html-loader": "^1.3.2",
"style-loader": "^2.0.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@electron/remote": "^1.0.2",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"about-window": "^1.13.4",
"electron-default-menu": "^1.0.2",
"esm": "^3.2.25",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-static": "^1.0.0",
"redux": "^4.0.5",
"source-map-support": "^0.5.19"
}
}