forked from Redamancys/Doisnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.17 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
129
130
131
132
133
134
135
{
"name": "doisnet",
"version": "0.0.1",
"description": "Solve any network problem",
"main": "./dist/main.js",
"config": {
"forge": "./forge.config.js",
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [],
"author": {
"name": "dodois",
"email": "dosvpn@protonmail.com"
},
"license": "ISC",
"scripts": {
"start": "node gitignore.publish.js && npm run build -- -w",
"build": "rollup -c",
"dev": "npm run start",
"package": "npm run build && electron-forge package",
"make": "npm run before-make && electron-forge make",
"publish": "npm run before-make && electron-forge publish",
"dev-plugin:settings": "npm run dev -- plugin='doisnet-app-settings'",
"dev-plugin:vpn": "npm run dev -- plugin='vpn'",
"before-make": "node gitignore.publish.js -remove && cross-env NODE_ENV=make npm run build",
"cm": "git add . && cz",
"eslint": "eslint --fix"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"electron-store": "^7.0.2",
"electron-log": "^4.3.1",
"i18next": "^19.9.2",
"i18next-electron-language-detector": "0.0.10",
"i18next-fs-backend": "^1.1.0",
"node-os-utils": "^1.3.5",
"update-electron-app": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@dnd-kit/core": "^1.1.0",
"@dnd-kit/sortable": "^1.0.2",
"@dnd-kit/utilities": "^1.0.2",
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/publisher-github": "^6.0.0-beta.54",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-replace": "^2.4.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/classnames": "^2.2.11",
"@types/electron-store": "^3.2.0",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.31",
"@types/node-os-utils": "^1.2.0",
"@types/node-rsa": "^1.1.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"@types/winreg": "^1.2.30",
"@typescript-eslint/parser": "^4.18.0",
"autoprefixer": "^10.2.4",
"axios": "^0.21.1",
"browser-sync": "^2.26.14",
"chokidar": "^3.5.1",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"custom-electron-titlebar": "^3.2.5",
"cz-conventional-changelog": "^3.3.0",
"electron": "^12.0.1",
"electron-redux": "^1.5.4",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"fkill": "^7.1.0",
"husky": "^5.1.3",
"immer": "^9.0.1",
"lint-staged": "^10.5.4",
"lodash": "^4.17.21",
"menubar": "^9.0.3",
"node-rsa": "^1.1.1",
"pify": "^3.0.0",
"portfinder": "^1.0.28",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.9",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rollup": "^2.40.0",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.8",
"simplebar-react": "^2.3.0",
"tailwindcss": "^2.0.3",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"winreg": "^1.2.4"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"pre-commit": "pretty-quick --staged"
}
},
"lint-staged": {
"app/**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"npm run eslint",
"git add ."
]
}
}