mirror of https://github.com/sunface/rust-course
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.
42 lines
1.1 KiB
42 lines
1.1 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",
|
|
"@emotion/react": "^11.1.4",
|
|
"@emotion/styled": "^11.0.0",
|
|
"@octokit/rest": "^18.0.12",
|
|
"date-fns": "^2.16.1",
|
|
"framer-motion": "^3.1.1",
|
|
"next": "^10.0.4",
|
|
"next-seo": "^4.17.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-icons": "^4.1.0",
|
|
"docsearch.js": "^2.6.3",
|
|
"@docsearch/react": "^1.0.0-alpha.27"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "^10.0.4",
|
|
"@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"
|
|
}
|
|
}
|
|
|