-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 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
{
"name": "gamelord",
"version": "0.1.0",
"private": true,
"description": "A modern emulation frontend with superior UI/UX polish and features",
"keywords": [
"electron",
"emulator",
"frontend",
"gaming",
"libretro",
"react"
],
"license": "MIT",
"author": {
"name": "Ryan Magoon",
"email": "mr.magoon5@gmail.com"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"start": "turbo start",
"lint": "turbo lint",
"test": "turbo test",
"typecheck": "turbo typecheck",
"format": "turbo format",
"format:check": "turbo format:check",
"storybook": "turbo storybook",
"build-storybook": "turbo build-storybook"
},
"devDependencies": {
"@nkzw/eslint-plugin": "^2.0.0",
"@nkzw/oxlint-config": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260306.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^5.6.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unused-imports": "^4.4.1",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"turbo": "^2.5.5",
"typescript": "5.8.3"
},
"packageManager": "pnpm@10.15.0",
"pnpm": {
"overrides": {
"@types/node": "^24"
}
}
}