-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
128 lines (128 loc) · 4.62 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "tgstation-server-webpanel",
"private": true,
"version": "7.0.0",
"tgs_graphql_api_version": "0.4.0",
"tgs_rest_api_version": "10.10.0",
"homepage": "https://tgstation.github.io/tgstation-server-webpanel",
"repository": {
"type": "git",
"url": "git+https://github.com/tgstation/tgstation-server-webpanel.git"
},
"bugs": {
"url": "https://github.com/tgstation/tgstation-server-webpanel/issues"
},
"license": "AGPL-3.0-or-later",
"author": {
"name": "Cyberboss"
},
"contributors": [
{
"name": "alexkar598",
"url": "https://github.com/alexkar598/"
}
],
"type": "module",
"scripts": {
"dev": "concurrently --kill-others \"npm:dev-server\" \"npm:storybook\" \"npm:relay\"",
"dev-server": "vite",
"build": "yarn relay-build && tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "yarn relay-build && npx chromatic",
"relay": "yarn grab-api && relay-compiler github.relay.config.json && relay-compiler --watch relay.config.json",
"relay-build": "yarn grab-api && relay-compiler relay.config.json && relay-compiler github.relay.config.json",
"grab-api": "node --no-warnings src/api/grab.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-navigation-menu": "^1.2.3",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"estree-walker": "^3.0.3",
"graphql": "16.x",
"graphql-sse": "^2.5.3",
"lucide-react": "0.469.0",
"react": "^19.0.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-intl": "^7.1.0",
"react-relay": "^18.2.0",
"react-router": "^7.1.1",
"semver": "^7.6.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@chromatic-com/storybook": "3.2.3",
"@eslint/js": "^9.17.0",
"@rollup/pluginutils": "^5.1.4",
"@storybook/addon-essentials": "^8.4.7",
"@storybook/addon-interactions": "^8.4.7",
"@storybook/addon-links": "^8.4.7",
"@storybook/blocks": "^8.4.7",
"@storybook/channels": "^8.4.7",
"@storybook/components": "^8.4.7",
"@storybook/core-events": "^8.4.7",
"@storybook/manager-api": "^8.4.7",
"@storybook/preview-api": "^8.4.7",
"@storybook/react": "^8.4.7",
"@storybook/react-vite": "^8.4.7",
"@storybook/test": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/node": "^22.10.5",
"@types/react": "^19",
"@types/react-dom": "^18.3.1",
"@types/react-relay": "^18.2.0",
"@types/relay-test-utils": "^18.0.0",
"@types/semver": "^7",
"@types/uuid": "^10",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"babel-plugin-relay": "^18.2.0",
"chromatic": "^11.22.2",
"concurrently": "^9.1.2",
"escodegen": "^2.1.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-storybook": "0.11.2",
"globals": "^15.14.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"relay-compiler": "^18.2.0",
"relay-test-utils": "^18.2.0",
"rollup-plugin-jsx-remove-attributes": "^2.1.0",
"storybook": "^8.4.7",
"storybook-addon-remix-react-router": "^4.0.1",
"tailwindcss": "^3.4.17",
"type-fest": "^4.32.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "^6.0.7",
"vite-plugin-relay": "^2.1.0"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}