-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "orderly",
"version": "1.0.0",
"description": "",
"main": "./src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx electron ./src/main.js",
"rebuild": "npx electron-rebuild -f -w sqlite3",
"dbMigrate": "npx knex migrate:latest --knexfile ./data/knexfile.js",
"dbSeeds": "npx knex seed:run --knexfile ./data/knexfile.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.1.0",
"chokidar": "^3.2.3",
"debug": "^4.1.1",
"electron": "^7.0.1",
"electron-rebuild": "^1.8.6",
"electron-remote": "^1.3.0",
"get-port": "^5.0.0",
"i": "^0.3.6",
"knex": "^0.20.1",
"linux-systemd": "0.0.1",
"lodash": "^4.17.15",
"move-file": "^1.2.0",
"npm": "^6.13.0",
"service-systemd": "^3.5.1",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"electron-builder": "^22.1.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2"
}
}