-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 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
{
"name": "adadev",
"version": "1.0.0",
"description": "ADAdev: Cardano Resources - A modern web application showcasing Cardano development resources",
"main": "server.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js",
"postinstall": "npm run build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@types/three": "^0.178.1",
"cors": "^2.8.5",
"dotenv": "^17.2.0",
"express": "^4.18.2",
"lucide-react": "^0.263.1",
"openai": "^4.104.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.178.0",
"vite": "^6.3.5"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"keywords": [
"cardano",
"ada",
"blockchain",
"resources",
"developer-tools"
],
"author": "ADAdev Team",
"license": "MIT"
}