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.
25 lines
505 B
25 lines
505 B
1 year ago
|
{
|
||
|
"name": "cs-2022-class-profile",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"next": "12.1.6",
|
||
|
"react": "18.1.0",
|
||
|
"react-dom": "18.1.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/node": "17.0.38",
|
||
|
"@types/react": "18.0.10",
|
||
|
"@types/react-dom": "18.0.5",
|
||
|
"eslint": "8.16.0",
|
||
|
"eslint-config-next": "12.1.6",
|
||
|
"typescript": "4.7.2"
|
||
|
}
|
||
|
}
|