-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.66 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
{
"name": "secretin-windows",
"version": "1.0.0",
"private": true,
"description": "Pre-logon secretin integration",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/",
"prettify": "node_modules/.bin/eslint src/ --fix",
"start": "yarn run build && cp robotjsLibs/robotjs_0.4.7_abi57_linux_x64.node node_modules/robotjs/build/Release/robotjs.node && electron main.js",
"build": "yarn run lint && NODE_PATH=./src react-scripts build",
"deploy": "yarn run build && cp robotjsLibs/robotjs_1.6.2_abi53_win32_x64.node node_modules/robotjs/build/Release/robotjs.node && electron-packager ./ --platform=win32 --arch=x64 --version=1.6.2 --overwrite"
},
"repository": {
"type": "git",
"url": "git+https://github.com/secretin/secretin-windows.git"
},
"author": "agix",
"license": "MIT",
"bugs": {
"url": "https://github.com/secretin/secretin-windows/issues"
},
"homepage": "./",
"dependencies": {
"alt": "^0.18.6",
"alt-utils": "^1.0.0",
"electron": "^1.7.8",
"immutable": "^3.8.1",
"moment": "^2.18.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"robotjs": "^0.4.7",
"secretin": "^2.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"electron-packager": "^9.1.0",
"eslint": "^3.18.0",
"eslint-config-prettier": "^2.6.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-prettier": "^2.3.1",
"prettier": "^1.7.3",
"raw-loader": "0.5.1",
"react-scripts": "^0.9.5"
},
"eslintConfig": {
"extends": "./.eslintrc.js"
}
}