add project structure

This commit is contained in:
2026-07-13 16:43:40 +03:00
parent 7a574de514
commit 7ecc294e23
10 changed files with 546 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "_front",
"version": "1.0.0",
"description": "",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"sass": "^1.101.0",
"sass-migrator": "^2.6.1"
}
}