-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 KB
/
package.json
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
{
"name": "chipbids",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install",
"type-check": "tsc --noEmit",
"precommit": "lint-staged"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"matter-js": "^0.20.0",
"next": "15.1.0",
"phaser": "^3.87.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@project-serum/anchor": "^0.26.0",
"@solana/web3.js": "^1.95.8",
"@types/chai": "^5.0.1",
"@types/matter-js": "^0.19.8",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.10",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"chai": "^5.1.2",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"ts-mocha": "^10.0.0",
"typescript": "^5.7.2"
}
}