forked from Talenttrust/Talenttrust-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "talenttrust-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"@stellar/freighter-api": "^6.0.1",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@jest/core": "^29.7.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/axe-core": "^2.0.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.9.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.62.0",
"@typescript-eslint/parser": "^8.62.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"eslint": "^10.6.0",
"eslint-config-next": "^16.2.9",
"globals": "^17.7.0",
"jest": "^29.7.0",
"jest-axe": "^10.0.0",
"jest-cli": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"license": "MIT"
}