-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 856 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
34
35
{
"name": "sona",
"private": true,
"version": "1.6.0",
"type": "module",
"description": "Sona - A League of Legends client plugin for Pengu Loader",
"license": "AGPL-3.0",
"config": {
"pluginName": "sona",
"loaderPath": "../../"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"update-balance": "tsx scripts/update-champion-balance.ts"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/luaparse": "^0.2.13",
"@types/node": "^22.15.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.4.1",
"luaparse": "^0.3.1",
"tsx": "^4.21.0",
"typescript": "^5.8.3",
"undici": "^7.25.0",
"vite": "^6.3.0",
"vite-plugin-mkcert": "^1.17.8"
}
}