1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
backup-websites-2023-12-13/sites/kubernetes-skoleni.cz/package.json
2023-06-06 16:03:45 +02:00

28 lines
632 B
JSON

{
"name": "kubernetes-skoleni.cz",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"ui": "workspace:*",
"config": "workspace:*"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"eslint-config-custom": "workspace:*",
"eslint": "8.41.0",
"next-transpile-modules": "10.0.0",
"tsconfig": "workspace:*",
"@types/node": "^18.0.0",
"@types/react": "18.2.7",
"typescript": "^4.5.3"
}
}