67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
{
|
|
"name": "grid-web",
|
|
"private": true,
|
|
"cacheDirectories": [
|
|
".next/cache"
|
|
],
|
|
"scripts": {
|
|
"dev": "next dev -p 1234",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-alert-dialog": "^1.0.2",
|
|
"@radix-ui/react-dialog": "^1.0.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.1",
|
|
"@radix-ui/react-hover-card": "^1.0.2",
|
|
"@radix-ui/react-select": "^1.1.2",
|
|
"@radix-ui/react-switch": "^1.0.1",
|
|
"@radix-ui/react-toast": "^1.1.2",
|
|
"@radix-ui/react-toggle-group": "^1.0.1",
|
|
"@svgr/webpack": "^6.2.0",
|
|
"axios": "^0.25.0",
|
|
"classnames": "^2.3.1",
|
|
"cookies-next": "^2.1.1",
|
|
"fix-date": "^1.1.6",
|
|
"i18next": "^21.6.13",
|
|
"i18next-browser-languagedetector": "^6.1.3",
|
|
"i18next-http-backend": "^1.3.2",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"meyer-reset-scss": "^2.0.4",
|
|
"next": "12.0.8",
|
|
"next-i18next": "^10.5.0",
|
|
"next-themes": "^0.2.1",
|
|
"next-usequerystate": "^1.7.0",
|
|
"pluralize": "^8.0.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.15.5",
|
|
"react-infinite-scroll-component": "^6.1.0",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-lite-youtube-embed": "^2.3.52",
|
|
"react-scroll": "^1.8.5",
|
|
"react-string-replace": "^1.1.0",
|
|
"sanitize-html": "^2.8.1",
|
|
"sass": "^1.49.0",
|
|
"valtio": "^1.3.0",
|
|
"youtube-api-v3-wrapper": "^2.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
"@types/node": "17.0.11",
|
|
"@types/pluralize": "^0.0.29",
|
|
"@types/react": "17.0.38",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-infinite-scroller": "^1.2.2",
|
|
"@types/react-linkify": "^1.0.1",
|
|
"@types/react-scroll": "^1.8.3",
|
|
"@types/sanitize-html": "^2.8.0",
|
|
"eslint": "8.7.0",
|
|
"eslint-config-next": "12.0.8",
|
|
"eslint-plugin-valtio": "^0.4.1",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|