39 lines
945 B
JSON
39 lines
945 B
JSON
{
|
|
"name": "lecoffre-front",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"format": "prettier --write src"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mui/material": "^5.11.13",
|
|
"@types/node": "18.15.1",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"class-validator": "^0.14.0",
|
|
"classnames": "^2.3.2",
|
|
"crypto-random-string": "^5.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "13.2.4",
|
|
"form-data": "^4.0.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"le-coffre-resources": "git@github.com:smart-chain-fr/leCoffre-resources.git#v2.73",
|
|
"next": "13.2.4",
|
|
"prettier": "^2.8.7",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-select": "^5.7.2",
|
|
"sass": "^1.59.2",
|
|
"sharp": "^0.32.1",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"devDependencies": {}
|
|
}
|