new file: main_dc/yalarba/easySite/easySite/app/assets/css/main.css

modified:   main_dc/yalarba/easySite/easySite/nuxt.config.ts
	new file:   package-lock.json
	new file:   package.json
add main styles for all project, fix warn with word process by
installing some npm install --save-dev @types/node
This commit is contained in:
2025-10-28 22:53:21 +05:00
parent 2128977ce0
commit 6f724d99a2
4 changed files with 95 additions and 3 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "tp",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@types/node": "^24.9.2"
}
},
"node_modules/@types/node": {
"version": "24.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~7.16.0"
}
},
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
"dev": true,
"license": "MIT"
}
}
}