2022-01-16 22:40:15 +08:00
|
|
|
{
|
|
|
|
"name": "iconr",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-01-17 06:27:55 +08:00
|
|
|
"@algolia/autocomplete-core": "^1.5.1",
|
|
|
|
"@chakra-ui/react": "^1.7.4",
|
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
|
|
|
"framer-motion": "^5.6.0",
|
2022-01-16 22:40:15 +08:00
|
|
|
"next": "12.0.8",
|
|
|
|
"react": "17.0.2",
|
2022-01-17 06:27:55 +08:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-icons": "^4.3.1"
|
2022-01-16 22:40:15 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "8.7.0",
|
|
|
|
"eslint-config-next": "12.0.8"
|
|
|
|
}
|
|
|
|
}
|