refansa.my.id/package.json
Vitaly Rtishchev 8384935252 Init template
2023-05-29 12:40:21 +04:00

30 lines
693 B
JSON

{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "7.0.0-alpha.11",
"@mantine/hooks": "7.0.0-alpha.11",
"next": "13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"postcss": "^8.4.24",
"postcss-preset-mantine": "^1.3.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "5.0.4"
}
}