-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 837 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 837 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
{
"name": "online-web-tools",
"private": true,
"author": "Willian-D-Daniel",
"description": "A simple web project with a homepage and four distinct apps: online number generator, random password generator, text case converter, and word/character counter. Built using HTML, CSS, and JavaScript without external libraries. Responsive design with support for both light and dark themes.",
"version": "1.0.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^6.2.5"
},
"keywords": [
"web development",
"fullstack",
"HTML",
"CSS",
"JavaScript",
"responsive design",
"number generator",
"password generator",
"text converter",
"word counter",
"light theme",
"dark theme"
]
}