forked from vMohammad24/luna-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 949 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 949 Bytes
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
{
"name": "@vmohammad/plugins",
"description": "A collection of plugins for TidaLuna made by vMohammad (Deprecated)",
"type": "module",
"author": "vMohammad",
"scripts": {
"watch": "concurrently -r \"pnpm serve\" \"watchexec -e ts,tsx,css -i 'dist/**' -- pnpm build\"",
"build": "rimraf ./dist && tsx esbuild.config.ts",
"serve": "http-server ./dist -p 3000 -s --cors -c-1"
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@inrixia/helpers": "^3.20.3",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.2.0",
"@types/node": "^22.15.29",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"concurrently": "^9.1.2",
"electron": "^37.2.5",
"http-server": "^14.1.1",
"luna": "github:Inrixia/TidaLuna#af2a18b",
"oby": "^15.1.2",
"rimraf": "^6.0.1",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"ws": "^8.18.3"
}
}