mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
Début du projet, création du comportement de base + structure du site / du projet
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "superpipo-v2",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "12.0.7",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"react-intersection-observer": "^8.33.1",
|
||||
"sass": "^1.46.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "7",
|
||||
"eslint-config-next": "12.0.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user