26 lines
582 B
JSON
26 lines
582 B
JSON
{
|
|
"private": true,
|
|
"name": "mtm-vpn-client-public",
|
|
"version": "1.8.0-mtm-0.1.1",
|
|
"repository": "https://github.com/deep-stack/mtm-vpn-client-public",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "latest",
|
|
"next-pwa": "^5.6.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.4",
|
|
"@types/react": "17.0.38",
|
|
"eslint": "^9.33.0",
|
|
"eslint-config-next": "^15.4.6",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|