icns-frontend/package.json
HeesungB bc9535d638 Merge branch 'front-global-style'
# Conflicts:
#	.pnp.cjs
#	package.json
#	pages/index.tsx
#	pages/verification/index.tsx
#	yarn.lock
2022-12-07 18:27:51 +09:00

44 lines
1.2 KiB
JSON

{
"name": "icns-frontend",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@3.3.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"crypto": "^1.0.1",
"iron-session": "^6.3.1",
"next": "13.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.5",
"@types/eslint": "^8.4.10",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/styled-components": "^5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unicorn": "^45.0.1",
"prettier": "^2.8.0",
"typescript": "4.9.3"
}
}