-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.27 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.27 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
{
"name": "error-four-o-four.github.io",
"version": "1.0.0",
"description": "Portfolio: [https://error-four-o-four.github.io/](https://error-four-o-four.github.io/)",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"create:html": "tsx scripts/html/main.ts",
"create:icons": "tsx scripts/icons/main.ts",
"create:projects": "tsx scripts/projects/main.ts",
"format:check": "prettier --config .prettierrc.json --check .",
"format": "prettier --config .prettierrc.json --write .",
"build": "tsc && vite build",
"preview": "vite preview",
"preview:host": "vite preview --host"
},
"repository": {
"type": "git",
"url": "git+https://github.com/error-four-o-four/error-four-o-four.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://error-four-o-four.github.io/",
"devDependencies": {
"@iconify/json": "^2.2.338",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.3.0",
"html-minifier-terser": "^7.2.0",
"image-size": "^2.0.2",
"postcss": "^8.5.3",
"postcss-custom-media": "^11.0.5",
"postcss-import": "^16.1.0",
"postcss-nested": "^7.0.2",
"prettier": "^3.5.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite-plugin-static-copy": "^3.0.0"
}
}