forked from Liquifact/Liquifact-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.46 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
47
48
49
50
51
52
53
54
55
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format:check": "prettier --check .",
"format": "prettier --write .",
"test": "jest",
"size-limit": "size-limit"
},
"dependencies": {
"@next/swc-wasm-nodejs": "^16.2.10",
"@stellar/freighter-api": "^6.0.1",
"enhanced-resolve": "^5.24.3",
"eslint-scope": "^9.1.2",
"next": "^16.2.11",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "^7.27.4",
"@jest/test-sequencer": "^30.4.1",
"@playwright/test": "^1.60.0",
"@size-limit/file": "^12.1.0",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^26.1.1",
"@types/react": "19.2.17",
"babel-jest": "^30.4.1",
"eslint": "^9.14.0",
"eslint-config-next": "16.2.10",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"jest": "^30.4.2",
"jest-axe": "^10.0.0",
"jest-circus": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"prettier": "^3.9.5",
"size-limit": "^12.1.0",
"tailwindcss": "^4",
"typescript": "^5.8.3"
},
"overrides": {
"sharp": "^0.35.3",
"postcss": "^8.5.21"
}
}