This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gractwo-pl/package.json
2022-05-06 17:46:33 +02:00

22 lines
366 B
JSON

{
"name": "gractwo-pl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"sass": "^1.51.0"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.6"
}
}