-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 907 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 907 Bytes
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
{
"name": "chainsquad-website",
"version": "1.0.0",
"description": "ChainSquad GmbH - Professional Web3 Engineering Consultancy",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"keywords": [
"blockchain",
"web3",
"consultancy",
"germany"
],
"author": "ChainSquad GmbH",
"license": "ISC",
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"lucide-react": "^0.564.0",
"postcss": "^8.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^7.13.1",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@types/node": "25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.4.1",
"typescript": "5.9.3",
"vite": "^6.3.4",
"vite-plugin-webfont-dl": "^3.12.0"
}
}