-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "@openttd/nile",
"publishConfig": {
"registry": "https://npm.pkg.github.com/OpenTTD"
},
"version": "0.0.0-git",
"description": "Web-based translator for OpenTTD, NewGRFs and GameScripts",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenTTD/nile.git"
},
"author": "OpenTTD <[email protected]>",
"license": "MIT",
"dependencies": {
"@mantine/core": "^7",
"@mantine/hooks": "^7",
"@mantine/modals": "^7",
"@mantine/notifications": "^7",
"@mantine/nprogress": "^7",
"@openttd/nile-library": "^0.2",
"@tabler/icons-react": "^3",
"clsx": "^2",
"next": "^14",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14",
"postcss": "^8",
"postcss-preset-mantine": "^1",
"postcss-simple-vars": "^7",
"typescript": "^5"
}
}