Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pterodactyl
GitHub Repository: pterodactyl/panel
Path: blob/1.0-develop/package.json
10261 views
1
{
2
"name": "pterodactyl-panel",
3
"engines": {
4
"node": ">=22"
5
},
6
"dependencies": {
7
"@floating-ui/react-dom-interactions": "^0.6.6",
8
"@fortawesome/fontawesome-svg-core": "^1.2.32",
9
"@fortawesome/free-solid-svg-icons": "^5.15.1",
10
"@fortawesome/react-fontawesome": "^0.1.11",
11
"@headlessui/react": "^1.6.4",
12
"@heroicons/react": "^1.0.6",
13
"@hot-loader/react-dom": "^16.14.0",
14
"@preact/signals-react": "^1.2.1",
15
"@tailwindcss/forms": "^0.5.2",
16
"@tailwindcss/line-clamp": "^0.4.0",
17
"axios": "^1.13.2",
18
"boring-avatars": "^1.7.0",
19
"chart.js": "^3.8.0",
20
"classnames": "^2.3.1",
21
"codemirror": "^5.57.0",
22
"copy-to-clipboard": "^3.3.1",
23
"date-fns": "^2.28.0",
24
"debounce": "^1.2.0",
25
"deepmerge-ts": "^4.2.1",
26
"easy-peasy": "^4.0.1",
27
"events": "^3.0.0",
28
"formik": "^2.2.6",
29
"framer-motion": "^6.3.10",
30
"i18next": "^25.8.0",
31
"i18next-http-backend": "^3.0.2",
32
"i18next-multiload-backend-adapter": "^2.3.0",
33
"pathe": "^2.0.3",
34
"qrcode.react": "^1.0.1",
35
"react": "^16.14.0",
36
"react-chartjs-2": "^4.2.0",
37
"react-dom": "npm:@hot-loader/react-dom",
38
"react-fast-compare": "^3.2.0",
39
"react-hot-loader": "^4.12.21",
40
"react-i18next": "^16.5.4",
41
"react-router-dom": "^5.1.2",
42
"react-transition-group": "^4.4.1",
43
"reaptcha": "^1.7.2",
44
"sockette": "^2.0.6",
45
"styled-components": "^5.3.0",
46
"styled-components-breakpoint": "^3.0.0-preview.20",
47
"swr": "^0.2.3",
48
"tailwindcss": "^3.0.24",
49
"use-fit-text": "^2.4.0",
50
"uuid": "^13.0.0",
51
"xterm": "^4.19.0",
52
"xterm-addon-fit": "^0.5.0",
53
"xterm-addon-search": "^0.9.0",
54
"xterm-addon-search-bar": "^0.2.0",
55
"xterm-addon-web-links": "^0.6.0",
56
"yup": "^0.29.1"
57
},
58
"devDependencies": {
59
"@babel/core": "^7.12.1",
60
"@babel/plugin-proposal-class-properties": "^7.12.1",
61
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
62
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
63
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
64
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
65
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
66
"@babel/plugin-transform-react-jsx": "^7.12.1",
67
"@babel/plugin-transform-runtime": "^7.12.1",
68
"@babel/preset-env": "^7.12.1",
69
"@babel/preset-react": "^7.12.1",
70
"@babel/preset-typescript": "^7.12.1",
71
"@babel/runtime": "^7.12.1",
72
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
73
"@testing-library/dom": "^8.14.0",
74
"@testing-library/jest-dom": "^5.16.4",
75
"@testing-library/react": "12.1.5",
76
"@testing-library/user-event": "^14.2.1",
77
"@types/codemirror": "^0.0.98",
78
"@types/debounce": "^1.2.0",
79
"@types/events": "^3.0.0",
80
"@types/jest": "^28.1.3",
81
"@types/node": "^22.0.0",
82
"@types/path-browserify": "^1.0.3",
83
"@types/qrcode.react": "^1.0.1",
84
"@types/react": "^16.14.0",
85
"@types/react-copy-to-clipboard": "^4.3.0",
86
"@types/react-dom": "^16.9.16",
87
"@types/react-redux": "^7.1.1",
88
"@types/react-router": "^5.1.3",
89
"@types/react-router-dom": "^5.1.3",
90
"@types/react-transition-group": "^4.4.0",
91
"@types/styled-components": "5.1.7",
92
"@types/uuid": "^3.4.5",
93
"@types/webpack-env": "^1.18.8",
94
"@types/yup": "^0.29.3",
95
"@typescript-eslint/eslint-plugin": "^5",
96
"@typescript-eslint/parser": "^5",
97
"autoprefixer": "^10.4.7",
98
"babel-jest": "^28.1.1",
99
"babel-loader": "^10.0.0",
100
"babel-plugin-styled-components": "^2.0.7",
101
"cross-env": "^7.0.2",
102
"css-loader": "^7.1.2",
103
"eslint": "^8",
104
"eslint-config-prettier": "^8",
105
"eslint-plugin-jest-dom": "^4.0.2",
106
"eslint-plugin-prettier": "^4",
107
"eslint-plugin-react": "^7",
108
"eslint-plugin-react-hooks": "^4",
109
"identity-obj-proxy": "^3.0.0",
110
"jest": "^28.1.1",
111
"postcss": "^8.5.6",
112
"postcss-import": "^14.1.0",
113
"postcss-loader": "^8.2.0",
114
"postcss-nesting": "^13.0.2",
115
"postcss-preset-env": "^10.4.0",
116
"prettier": "^2.7.1",
117
"redux-devtools-extension": "^2.13.8",
118
"source-map-loader": "^5.0.0",
119
"style-loader": "^4.0.0",
120
"svg-url-loader": "^8.0.0",
121
"terser-webpack-plugin": "^5.3.14",
122
"ts-essentials": "^9.1.2",
123
"ts-jest": "^28.0.5",
124
"twin.macro": "^2.8.2",
125
"typescript": "~5.1.0",
126
"webpack": "^5.103.0",
127
"webpack-assets-manifest": "^6.4.0",
128
"webpack-cli": "^6.0.1",
129
"webpack-dev-server": "^5.2.2"
130
},
131
"scripts": {
132
"clean": "cd public/assets && find . \\( -name \"*.js\" -o -name \"*.map\" \\) -type f -delete",
133
"test": "jest",
134
"tsc": "tsc --noEmit",
135
"lint": "eslint ./resources/scripts/**/*.{ts,tsx} --ext .ts,.tsx",
136
"watch": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --watch --progress",
137
"build": "cross-env NODE_ENV=development ./node_modules/.bin/webpack --progress",
138
"build:production": "yarn run clean && cross-env NODE_ENV=production ./node_modules/.bin/webpack --mode production",
139
"serve": "yarn run clean && cross-env NODE_ENV=development USE_LOCAL_CERTS=true WEBPACK_PUBLIC_PATH=https://pterodactyl.test:5173/ webpack serve --progress --hot --server-type https"
140
},
141
"browserslist": [
142
"> 0.5%",
143
"last 2 versions",
144
"firefox esr",
145
"not dead"
146
],
147
"babelMacros": {
148
"twin": {
149
"preset": "styled-components"
150
},
151
"styledComponents": {
152
"pure": true,
153
"displayName": true,
154
"fileName": true
155
}
156
}
157
}
158
159