-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "techeyboard",
"version": "1.6.0",
"description": "Um sistema de gerenciamento de chaves (Claviculário) feito com o Electron.",
"main": "main.js",
"scripts": {
"start": "electron .",
"tailwind": "npx tailwindcss -i ./src/styles/tailwind/global.css -o ./src/styles/tailwind/tailwind.css --watch"
},
"repository": "",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "Brendon Gomes",
"license": "MIT",
"devDependencies": {
"@electron/rebuild": "^3.2.13",
"@tailwindcss/forms": "^0.5.4",
"autoprefixer": "^10.4.15",
"electron": "^26.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@toast-ui/calendar": "^2.1.3",
"electron-reload": "^2.0.0-alpha.1",
"mysql": "^2.18.1",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
"tw-elements": "^1.0.0-beta3",
"yarn": "^1.22.19"
},
"packageManager": "[email protected]"
}