-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.31 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.31 KB
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
{
"name": "assinador",
"version": "4.3.0",
"description": "Assinador de Documentos do MPES",
"author": {
"name": "Ministério Público do Espírito Santo - MPES",
"email": "cinf@mpes.mp.br"
},
"keywords": [
"assinador",
"mpes"
],
"repository": {
"type": "git",
"url": "https://github.com/MP-ES/assinador.git"
},
"license": "MIT",
"engines": {
"node": "14"
},
"scripts": {
"preinstall": "cross-env HOME=~/.electron-gyp npm_config_target=9.0.0 npm_config_arch=x64 npm_config_target_arch=x64 npm_config_disturl=https://electronjs.org/headers npm_config_runtime=electron npm_config_build_from_source=true",
"release": "electron-webpack && electron-builder --x64",
"start": "electron-webpack dev --no-sandbox",
"build": "electron-webpack",
"dist": "electron-webpack && electron-builder --dir -c.compression=store -c.mac.identity=null",
"lint": "eslint ./src",
"postinstall": "cd node_modules/pkcs11js && cross-env HOME=~/.electron-gyp node-gyp configure build --target=9.0.0 --arch=x64 --dist-url=https://electronjs.org/headers"
},
"dependencies": {
"asn1.js-rfc5280": "^3.0.0",
"auto-launch": "^5.0.5",
"electron-log": "^4.2.0",
"graphene-pk11": "^2.1.7",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"source-map-support": "^0.5.19",
"yup": "^0.29.0"
},
"devDependencies": {
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.10.1",
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"babel-eslint": "^10.1.0",
"electron": "^9.0.0",
"electron-builder": "^22.11.7",
"electron-packager": "^14.2.1",
"electron-rebuild": "^1.11.0",
"electron-updater": "^4.3.1",
"electron-webpack": "^2.8.2",
"electron-webpack-eslint": "^6.0.0",
"emotion-theming": "^10.0.27",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-scripts": "^3.4.1",
"webpack": "^4.43.0"
}
}