-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
172 lines (172 loc) · 5.22 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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "eeg2bids",
"description": "EEG/iEEG to BIDS format Wizard",
"version": "1.0.5",
"dependencies": {
"@electron/remote": "^2.0.8",
"@fortawesome/fontawesome-free": "^6.1.1",
"electron-log": "^4.4.7",
"electron-store": "^8.0.1",
"keytar": "^7.9.0",
"papaparse": "^5.3.2",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-color": "^2.19.3",
"react-datepicker": "^4.8.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-switch": "^7.0.0",
"react-tooltip": "^4.2.21",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/eslint-parser": "^7.18.2",
"concurrently": "^7.2.1",
"cross-env": "^7.0.3",
"electron": "^22.3.25",
"electron-builder": "^23.0.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.17.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"lint-staged": "^13.0.0",
"wait-on": "^6.0.1"
},
"scripts": {
"rebuild": "rebuild --runtime=electron --target=18.0.0",
"react-start": "cross-env BROWSER=NONE react-scripts start",
"electron-start": "cross-env DEV=1 electron .",
"start": "concurrently \"npm run react-start\" \"wait-on http://localhost:3000/ && npm run electron-start\"",
"start-server": "./start-server.sh",
"react-build": "cross-env INLINE_RUNTIME_CHUNK=false react-scripts build",
"pack": "electron-builder --dir -c.extraMetadata.main=build/electron.js",
"electron-build-linux": "electron-builder --linux -c.extraMetadata.main=build/electron.js",
"electron-build-windows": "electron-builder --win -c.extraMetadata.main=build/electron.js",
"electron-build-mac": "electron-builder --mac -c.extraMetadata.main=build/electron.js",
"build-linux": "npm run react-build && npm run electron-build-linux",
"build-windows": "npm run react-build && npm run electron-build-windows",
"build-mac": "npm run react-build && npm run electron-build-mac",
"build": "npm run react-build && npm run electron-build-linux && npm run electron-build-windows & npm run electron-build-mac",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css,md}": [
"eslint --fix src",
"git add"
]
},
"eslintConfig": {
"extends": "react-app"
},
"homepage": "./",
"main": "public/electron.js",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"contributors": [
"Alizée Wickenheiser",
"Cécile Madjar",
"Christine Rogers",
"Derek Lo",
"Laëtitia Fesselier"
],
"author": {
"name": "Loris Team",
"email": "[email protected]",
"url": "https://github.com/aces/eeg2bids"
},
"build": {
"appId": "mni.aces.eeg2bids",
"productName": "eeg2bids",
"copyright": "Open Source",
"asar": false,
"linux": {
"target": [
"deb",
"snap"
],
"category": "Utility"
},
"snap": {
"confinement": "classic"
},
"win": {
"icon": "./public/logo512.png",
"target": [
"nsis"
],
"legalTrademarks": "Open Source",
"signingHashAlgorithms": [
"sha1",
"sha256"
]
},
"mac": {
"target": [
"default"
],
"icon": "./public/logo512.icns",
"category": "public.app-category.medical",
"gatekeeperAssess": false,
"extendInfo": {
"CFBundleDocumentTypes": [
{
"CFBundleTypeName": "Folders",
"CFBundleTypeRole": "Viewer",
"LSHandlerRank": "Alternate",
"LSItemContentTypes": [
"public.folder",
"com.apple.bundle",
"com.apple.package",
"com.apple.resolvable"
]
},
{
"CFBundleTypeName": "UnixExecutables",
"CFBundleTypeRole": "Shell",
"LSHandlerRank": "Alternate",
"LSItemContentTypes": [
"public.unix-executable"
]
}
],
"NSDesktopFolderUsageDescription": "EEG2BIDS Wizard wants to access the Desktop folder.",
"NSDocumentsFolderUsageDescription": "EEG2BIDS Wizard wants to access the Documents folder.",
"NSDownloadsFolderUsageDescription": "EEG2BIDS Wizard wants to access the Downloads folder.",
"NSFileProviderDomainUsageDescription": "EEG2BIDS Wizard wants to access files managed by a file provider.",
"NSSystemAdministrationUsageDescription": "The operation being performed by EEG2BIDS Wizard requires elevated permission."
}
},
"nsis": {
"oneClick": true,
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"files": [
"build/index.html/*",
"build/**/*",
"node_modules/**/*",
"utils/**/*",
"python/**/*",
"dist",
"dist/eeg2bids-service.app",
"public/*",
"package.json"
],
"extraResources": [
"public/preload.js"
],
"directories": {
"buildResources": "public"
}
}
}