35 lines
799 B
JSON
35 lines
799 B
JSON
{
|
|
"name": "filc-landing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "18.11.9",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "18.0.9",
|
|
"autoprefixer": "^10.4.13",
|
|
"eslint": "8.28.0",
|
|
"eslint-config-next": "13.0.5",
|
|
"framer": "^2.2.1",
|
|
"framer-motion": "^7.6.12",
|
|
"next": "13.0.5",
|
|
"postcss": "^8.4.19",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.3",
|
|
"rive-react": "^3.0.33",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "4.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
"sass": "^1.56.1"
|
|
}
|
|
}
|