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.0 KiB
42 lines
1.0 KiB
{
|
|
"name": "site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@artsy/fresnel": "^6.1.0",
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@mui/base": "^5.0.0-alpha.95",
|
|
"@mui/material": "^5.10.3",
|
|
"feed": "^4.2.2",
|
|
"mysql2": "^2.3.3",
|
|
"next": "12.1.6",
|
|
"next-useragent": "^2.8.0",
|
|
"react": "18.1.0",
|
|
"react-dom": "18.1.0",
|
|
"react-h5-audio-player": "^3.8.5",
|
|
"react-iframe": "^1.8.0",
|
|
"react-player": "^2.10.1",
|
|
"react-yandex-metrika": "^2.6.0",
|
|
"request-ip": "^3.3.0",
|
|
"rss": "^1.2.2",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^2.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mysql2": "github:types/mysql2",
|
|
"@types/node": "17.0.39",
|
|
"@types/react": "18.0.11",
|
|
"@types/react-dom": "18.0.5",
|
|
"@types/request-ip": "^0.0.37",
|
|
"eslint": "8.17.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"typescript": "4.7.3"
|
|
}
|
|
}
|
|
|