36 lines
927 B
JSON
36 lines
927 B
JSON
{
|
|
"name": "grid-web",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 1234",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^0.1.5",
|
|
"@radix-ui/react-dropdown-menu": "^0.1.4",
|
|
"@radix-ui/react-hover-card": "^0.1.3",
|
|
"@radix-ui/react-label": "^0.1.4",
|
|
"@radix-ui/react-switch": "^0.1.4",
|
|
"@svgr/webpack": "^6.2.0",
|
|
"axios": "^0.25.0",
|
|
"classnames": "^2.3.1",
|
|
"meyer-reset-scss": "^2.0.4",
|
|
"next": "12.0.8",
|
|
"react": "17.0.2",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.15.3",
|
|
"react-router-dom": "^6.2.1",
|
|
"sass": "^1.49.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.11",
|
|
"@types/react": "17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"eslint": "8.7.0",
|
|
"eslint-config-next": "12.0.8",
|
|
"typescript": "4.5.5"
|
|
}
|
|
}
|