Something exciting.

This commit is contained in:
2024-09-21 21:19:33 +03:00
parent ad2bfc5d5c
commit cbec822f1d
7 changed files with 1225 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "Font Fountain",
"version": "1.0.0",
"description": "TechNarts Frontend Challenge: Font Fountain",
"main": "src/index.js",
"scripts": {
"dev": "vite src --base ./"
},
"author": "Abdullah AKALIN @ TechNarts",
"license": "ISC",
"devDependencies": {
"vite": "^5.4.3"
}
}