-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.08 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
{
"name": "hexbug-activity",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build activity",
"dev": "run-p 'dev:*'",
"dev:funnel": "tailscale funnel 5173",
"dev:serve": "vite serve activity --host",
"lint": "run-p 'lint:*'",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"preview": "vite preview activity"
},
"resolutions": {
"@hextools/renderer": "https://github.com/object-Object/HexTools.git#workspace=@hextools/renderer"
},
"dependencies": {
"@discord/embedded-app-sdk": "^2.5.0",
"@hextools/react": "https://github.com/object-Object/HexTools.git#workspace=@hextools/react",
"@hextools/renderer": "https://github.com/object-Object/HexTools.git#workspace=@hextools/renderer",
"@mantine/core": "^9.1.1",
"@mantine/hooks": "^9.1.1",
"@tabler/icons-react": "^3.44.0",
"jose": "^6.2.3",
"lodash": "^4.18.1",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-error-boundary": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@eslint/js": "^10.0.1",
"@rolldown/plugin-babel": "^0.2.3",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/babel__core": "^7.20.5",
"@types/bytebuffer": "^5.0.49",
"@types/lodash": "^4.17.24",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@yarnpkg/types": "^4.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^10.2.1",
"eslint-plugin-react-dom": "^5.7.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"eslint-plugin-react-x": "^5.7.5",
"globals": "^17.5.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.14",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.8.3",
"prettier-plugin-packagejson": "^3.0.0",
"rolldown": "^1.0.0",
"typescript": "~6.0.2",
"typescript-eslint": "^8.58.2",
"vite": "^8.0.10"
},
"packageManager": "yarn@4.14.1"
}