45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "siren-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.1.5",
|
|
"@mantine/form": "^7.1.5",
|
|
"@mantine/hooks": "^7.1.5",
|
|
"@mantine/modals": "^7.1.5",
|
|
"@mantine/notifications": "^7.1.5",
|
|
"@pixi/react": "^7.1.1",
|
|
"js-cookie": "^3.0.5",
|
|
"next": "^13.5.6",
|
|
"pixi.js": "^7.3.2",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^4.11.0",
|
|
"recoil": "^0.7.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-cookie": "^3.0.5",
|
|
"@types/node": "20.8.7",
|
|
"@types/react": "18.2.31",
|
|
"@types/react-dom": "18.2.14",
|
|
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
"@typescript-eslint/parser": "^6.8.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "8.52.0",
|
|
"eslint-config-next": "13.5.6",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-preset-mantine": "^1.9.0",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|