summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-08-11 11:51:39 +0100
committerdiogo464 <[email protected]>2025-08-11 11:51:39 +0100
commit4af66f418b6837b6441b4e8eaf2d8ede585238b9 (patch)
tree34a4e913a2848515166b2ac0489794419a33bfcc /frontend/package.json
parent0d3488a3811c8d58bd570af64cc29840df9ba439 (diff)
snapshot
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
new file mode 100644
index 0000000..0852c78
--- /dev/null
+++ b/frontend/package.json
@@ -0,0 +1,27 @@
1{
2 "name": "frontend",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev --turbopack",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "react": "19.1.0",
13 "react-dom": "19.1.0",
14 "next": "15.4.6"
15 },
16 "devDependencies": {
17 "typescript": "^5",
18 "@types/node": "^20",
19 "@types/react": "^19",
20 "@types/react-dom": "^19",
21 "@tailwindcss/postcss": "^4",
22 "tailwindcss": "^4",
23 "eslint": "^9",
24 "eslint-config-next": "15.4.6",
25 "@eslint/eslintrc": "^3"
26 }
27}