-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 722 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 722 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
{
"name": "a11y-examples",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": "^22"
},
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@coinbase/cds-common": "^8",
"@coinbase/cds-icons": "^5",
"@coinbase/cds-illustrations": "^4",
"@coinbase/cds-web": "^8",
"@coinbase/cds-web-visualization": "^3",
"framer-motion": "^10",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.9.2",
"vite": "^7.1.2"
}
}