forked from thenewboston-blockchain/Account-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.14 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
{
"name": "thenewboston",
"productName": "TNB Account Manager",
"version": "1.0.0-alpha.19",
"description": "thenewboston Account Manager Electron Application",
"main": "./bundle/main/index.js",
"scripts": {
"build": "yarn package && electron-builder",
"lint": "tsc --noEmit && eslint './src/**/*.{js,ts,tsx}'",
"package": "electron-forge package",
"postinstall": "electron-builder install-app-deps",
"prettier": "prettier --write \"{,!(.webpack|bundle|node_modules|out|release)/**/}*.{ts,tsx,js,json,css,less,scss}\"",
"release": "yarn package && electron-builder --publish always",
"start": "electron-forge start",
"test": "jest"
},
"keywords": [],
"author": {
"name": "Justin Kim",
"email": "[email protected]"
},
"license": "MIT",
"lint-staged": {
"{,!(node_modules)/**/}*.{ts,tsx,js}": [
"eslint --cache --fix",
"prettier --write"
],
"{,!(node_modules)/**/}*.{css,scss}": [
"prettier --write"
]
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@electron-forge/cli": "6.0.0-beta.51",
"@electron-forge/maker-deb": "6.0.0-beta.51",
"@electron-forge/maker-dmg": "6.0.0-beta.51",
"@electron-forge/maker-rpm": "6.0.0-beta.51",
"@electron-forge/maker-squirrel": "6.0.0-beta.51",
"@electron-forge/maker-zip": "6.0.0-beta.51",
"@electron-forge/plugin-auto-unpack-natives": "^6.0.0-beta.53",
"@electron-forge/plugin-webpack": "6.0.0-beta.51",
"@electron-forge/publisher-github": "^6.0.0-beta.53",
"@hot-loader/react-dom": "^16.13.0",
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@reduxjs/toolkit": "^1.4.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/lodash-es": "^4.17.3",
"@types/qrcode": "^1.3.4",
"@types/react": "^16.9.35",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/react-select": "^3.0.13",
"@types/yup": "^0.29.2",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"dotenv": "^8.2.0",
"electron": "9.0.0",
"electron-builder": "^22.8.0",
"electron-devtools-installer": "^3.1.1",
"electron-notarize": "^1.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-typescript": "^9.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^2.5.1",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"jsonfile": "^6.0.1",
"lint-staged": "^10.2.9",
"node-loader": "^0.6.0",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"style-loader": "^0.23.1",
"ts-jest": "^26.1.3",
"ts-loader": "^6.2.2",
"typescript": "^3.9.5"
},
"dependencies": {
"axios": "^0.19.2",
"clsx": "^1.1.1",
"date-fns": "^2.16.1",
"electron-context-menu": "^2.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^5.2.0",
"electron-updater": "^4.3.4",
"formik": "^2.1.4",
"lodash-es": "^4.17.15",
"mdi-react": "^7.3.0",
"normalize.css": "^8.0.1",
"qrcode": "^1.4.4",
"re-reselect": "^4.0.0",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-select": "^3.1.0",
"react-toastify": "^6.0.8",
"reconnecting-websocket": "^4.4.0",
"tweetnacl": "^1.0.3",
"typeface-roboto": "0.0.75",
"update-electron-app": "^1.5.0",
"yup": "^0.29.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}