Import repositories from gitlab
This commit is contained in:
23
next/package.json
Normal file
23
next/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "fefan-next",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/blocks-react-renderer": "^1.0.0",
|
||||
"next": "14.0.0",
|
||||
"qs": "^6.11.2",
|
||||
"react": "^18",
|
||||
"react-dom": "^18",
|
||||
"sass": "^1.69.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user