-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 890 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
{
"name": "decrypt-ui-website",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fmt": "npx @biomejs/biome check --apply ."
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"next": "16.0.7",
"react": "^19.0.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^1.0.0",
"postcss": "^8.4.49",
"tailwindcss": "^4.1.0",
"typescript": "^5.7.2"
}
}