You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.2 KiB

{
"name": "im.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4004",
"build": "next build",
"start": "next start",
"test": "jest",
"clean": "rm -rf .next",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/props-docs": "1.0.13",
"@chakra-ui/react": "1.2.1",
"@chakra-ui/skip-nav": "^1.1.0",
"@chakra-ui/theme-tools": "1.0.3",
"@chakra-ui/utils": "1.1.0",
"@docsearch/react": "^1.0.0-alpha.27",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@octokit/rest": "^18.0.12",
"axios": "^0.19.2",
"date-fns": "^2.16.1",
"docsearch.js": "^2.6.3",
"framer-motion": "^3.1.1",
"json-bigint": "^1.0.0",
"moment": "^2.27.0",
"next": "^10.0.4",
"next-seo": "^4.17.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.4",
"@types/moment": "^2.13.0",
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"next-compose-plugins": "^2.2.1",
"typescript": "^4.1.3"
}
}