forked from smanesse/saintcon-appsec-challenge-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 737 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 5173 --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@preact/preset-vite": "^2.8.2",
"hack-font": "^3.3.0",
"preact": "^10.24.2",
"preact-router": "^4.1.2",
"uuid": "^10.0.0",
"vite": "^5.3.5"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-preact": "^1.4.0",
"typescript": "^5.4.5"
},
"eslintConfig": {
"extends": "preact"
},
"name": "irc-frontend",
"description": "<h2 align=\"center\"> <img height=\"256\" width=\"256\" src=\"./src/assets/preact.svg\"> </h2>",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC"
}