inital commit
This commit is contained in:
28
templates/template_2/eventio/eventio-HTML/package.json
Normal file
28
templates/template_2/eventio/eventio-HTML/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "navbar",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.10.5",
|
||||
"formik": "^2.2.9",
|
||||
"framer-motion": "^7.6.5",
|
||||
"next": "12.3.1",
|
||||
"react": "18.2.0",
|
||||
"react-countup": "^6.3.2",
|
||||
"react-dom": "18.2.0",
|
||||
"react-icons": "^4.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.12",
|
||||
"eslint": "8.25.0",
|
||||
"eslint-config-next": "12.3.1",
|
||||
"postcss": "^8.4.18",
|
||||
"tailwindcss": "^3.1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user