Базовая система входа и система новостей/оповещений
This commit is contained in:
parent
38b3006746
commit
811856fee4
21 changed files with 1400 additions and 109 deletions
14
package.json
14
package.json
|
|
@ -10,6 +10,18 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^2.4.1"
|
||||
"@astrojs/node": "^5.1.2",
|
||||
"@noble/hashes": "^1.3.0",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@prisma/client": "4.13.0",
|
||||
"@types/bootstrap": "^5.2.6",
|
||||
"astro": "^2.4.1",
|
||||
"astro-bootstrap": "^0.5.13",
|
||||
"bootstrap": "^5.2.3",
|
||||
"sharp": "^0.32.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.1.1",
|
||||
"prisma": "^4.13.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue