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.
27 lines
593 B
27 lines
593 B
{
|
|
"name": "wych",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.3.1",
|
|
"next": "12.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.0.0",
|
|
"@types/react": "18.0.14",
|
|
"@types/react-dom": "18.0.5",
|
|
"@types/styled-components": "^5.1.25",
|
|
"eslint": "8.19.0",
|
|
"eslint-config-next": "12.2.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|
|
|