This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hello.kei/package.json
2022-08-08 11:01:27 -03:00

39 lines
979 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"preview": "pnpm run build && pnpm run start",
"lint": "next lint ./src && prettier -c ./src",
"lint:fix": "next lint --fix ./src && prettier -w -l ./src"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.0.3",
"@mantine/hooks": "^5.0.3",
"@mantine/next": "^5.0.3",
"framer-motion": "^7.0.0",
"next": "latest",
"next-pwa": "5.5.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@tabler/icons": "^1.78.1",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"typescript": "4.7.2",
"windicss-webpack-plugin": "^1.7.5"
},
"packageManager": "pnpm@7.0.0+"
}