-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.45 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
{
"name": "sample-standalone-click-to-pay",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "VITE_TOKEN=$(yarn --silent token) vite",
"build": "tsc -b && vite build",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint .",
"preview": "vite preview",
"token": "node scripts/generate-token.cjs"
},
"dependencies": {
"@gr4vy/poutine-react": "3.0.2--canary.526.4535b2b.0",
"@gr4vy/poutine-tokens": "^0.25.0",
"@gr4vy/secure-fields-react": "^2.3.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/react-router": "^1.168.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@gr4vy/sdk": "^1.10.18",
"@tanstack/router-plugin": "^1.167.3",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.3.0",
"dotenv": "^17.3.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^16.5.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.1",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^5.1.4"
}
}