-
-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) 路 3.94 KB
/
Copy pathpackage.json
File metadata and controls
122 lines (122 loc) 路 3.94 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
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
{
"name": "kando",
"desktopName": "menu.kando.Kando",
"version": "3.0.0-alpha.1",
"description": "The Cross-Platform Pie Menu.",
"copyright": "Copyright 漏 2026 Simon Schneegans",
"main": ".webpack/main",
"scripts": {
"postinstall": "cmake-js compile",
"start": "tsx node_modules/@electron-forge/cli/src/electron-forge-start",
"package": "tsx node_modules/@electron-forge/cli/src/electron-forge-package",
"make": "tsx node_modules/@electron-forge/cli/src/electron-forge-make",
"publish": "tsx node_modules/@electron-forge/cli/src/electron-forge-publish",
"lint": "eslint .",
"tscheck": "tsc --noEmit",
"prettier": "prettier --check src",
"format": "prettier --write src",
"test": "ts-mocha test/**/*.spec.ts",
"i18n": "npm run i18n:extract && npm run i18n:types",
"i18n:extract": "i18next-cli extract",
"i18n:types": "i18next-cli types"
},
"keywords": [],
"author": {
"name": "Simon Schneegans",
"email": "code@simonschneegans.de"
},
"license": "MIT",
"devDependencies": {
"@electron-forge/cli": "^7.11.2",
"@electron-forge/maker-deb": "^7.11.2",
"@electron-forge/maker-dmg": "^7.11.2",
"@electron-forge/maker-rpm": "^7.11.2",
"@electron-forge/maker-squirrel": "^7.11.2",
"@electron-forge/maker-zip": "^7.11.2",
"@electron-forge/plugin-webpack": "^7.11.2",
"@eslint/compat": "^2.1.0",
"@eslint/js": "^9.39.5",
"@formkit/auto-animate": "0.8.2",
"@types/chai": "^5.2.2",
"@types/chroma-js": "^3.1.1",
"@types/howler": "^2.2.13",
"@types/lodash.isequal": "^4.5.8",
"@types/mime-types": "^3.0.1",
"@types/mocha": "^10.0.10",
"@types/mousetrap": "^1.6.15",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/react-transition-group": "^4.4.12",
"@types/react-window": "^1.8.8",
"@types/semver": "^7.8.0",
"@vercel/webpack-asset-relocator-loader": "1.7.3",
"chai": "^6.2.2",
"chokidar": "^5.0.0",
"chroma-js": "^3.2.0",
"classnames": "^2.5.1",
"clipboardy": "^5.3.2",
"cmake-js": "^8.0.0",
"commander": "^15.0.0",
"copy-webpack-plugin": "^14.0.0",
"css-loader": "^7.1.4",
"dbus-final": "github:Jelmerro/dbus-final",
"drag-drop-touch": "github:kando-menu/dragdroptouch",
"electron": "^43.4.0",
"electron-devtools-installer": "^4.0.0",
"electron-squirrel-startup": "^1.0.0",
"emojilib": "^4.0.3",
"eslint": "^9.39.5",
"eslint-config-prettier": "^10.1.8",
"eslint-config-xo-react": "^0.31.0",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.11.0",
"howler": "^2.2.4",
"i18next": "^26.3.6",
"i18next-cli": "^1.69.0",
"i18next-fs-backend": "^2.6.7",
"immer": "^11.1.16",
"isexe": "^4.0.0",
"json5": "^2.2.3",
"lodash": "^4.18.1",
"lodash.isequal": "^4.5.0",
"match-sorter": "^8.3.0",
"material-symbols": "^0.46.0",
"mime-types": "^3.0.1",
"mocha": "^11.8.0",
"mousetrap": "^1.6.5",
"node-abi": "^4.33.0",
"node-addon-api": "^8.9.2",
"node-loader": "^2.1.0",
"prettier": "^3.9.6",
"prettier-plugin-jsdoc": "^1.8.1",
"raw-loader": "^4.0.2",
"react": "^19.2.8",
"react-colorful": "^5.8.0",
"react-dom": "^19.2.8",
"react-icons": "^5.7.0",
"react-markdown": "^10.1.0",
"react-tooltip": "^6.0.8",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.25",
"react-window": "^1.8.11",
"read-ini-file": "^5.0.0",
"sass": "^1.102.0",
"sass-loader": "^17.0.0",
"semver": "^7.8.5",
"simple-icons-font": "^16.28.0",
"string-replace-loader": "^3.3.0",
"style-loader": "^4.0.0",
"swiper": "^14.1.0",
"ts-loader": "^9.6.2",
"ts-mocha": "^11.1.0",
"ts-node": "^10.9.2",
"tsx": "^4.23.12",
"typescript": "^5.9.3",
"typescript-eslint": "^8.67.0",
"typescript-plugin-css-modules": "^5.2.0",
"ws": "^8.21.3",
"zod": "^4.4.3",
"zundo": "^2.1.0",
"zustand": "^5.0.15"
}
}