-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 993 Bytes
/
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
{
"name": "backfiler",
"version": "1.0.0",
"description": "",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:all": "nextron build --all",
"build:win32": "nextron build --win --ia32",
"build:win64": "nextron build --win --x64",
"build:mac": "nextron build --mac --x64",
"build:linux": "nextron build --linux",
"postinstall": "electron-builder install-app-deps",
"scrape": "node scraper.js"
},
"author": "neelr",
"license": "MIT",
"dependencies": {
"electron-serve": "^1.0.0",
"electron-store": "^5.2.0",
"fix-path": "^3.0.0",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@geist-ui/react": "^2.0.2",
"node-pandoc": "^0.3.0",
"uuid": "^8.3.0",
"cheerio": "^1.0.0-rc.3",
"@babel/core": "^7.10.2",
"babel-loader": "^8.1.0",
"electron": "^9.0.3",
"electron-builder": "^22.7.0",
"next": "^9.4.4",
"nextron": "^5.15.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.43.0"
}
}