-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.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
{
"name": "dofus-team",
"productName": "dofus-team",
"version": "1.0.10",
"description": "Multi-window switcher for Dofus built with Electron",
"main": ".vite/build/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pboutin/dofus-team.git"
},
"author": "Pascal Boutin <contact@pboutin.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pboutin/dofus-team/issues"
},
"homepage": "https://github.com/pboutin/dofus-team#readme",
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-rpm": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.5.0",
"@electron-forge/plugin-fuses": "^7.5.0",
"@electron-forge/plugin-vite": "^7.5.0",
"@electron-forge/publisher-github": "^7.5.0",
"@electron/fuses": "^1.8.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/jsdom": "^21.1.7",
"autoprefixer": "^10.4.20",
"electron": "^33.0.2",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "npm:eslint-plugin-import-x@^3.1.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.47",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@tailwindcss/typography": "^0.5.9",
"classnames": "^2.3.2",
"daisyui": "^4.12.13",
"electron-squirrel-startup": "^1.0.1",
"framer-motion": "^11.11.9",
"i18n-js": "^4.5.0",
"koffi": "^2.9.1",
"puppeteer": "^23.5.3",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.27.0",
"react-use": "^17.4.0",
"update-electron-app": "^3.0.0"
}
}