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.
23 lines
416 B
23 lines
416 B
2 months ago
|
{
|
||
|
"name": "ztp-next",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"bootstrap": "^5.3.3",
|
||
|
"fs": "^0.0.1-security",
|
||
|
"next": "14.2.7",
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8",
|
||
|
"eslint-config-next": "14.2.7"
|
||
|
}
|
||
|
}
|