-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.32 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.32 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
{
"name": "bun-react-template",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --hot src/index.ts",
"build": "vite build --minify",
"start": "NODE_ENV=production bun src/index.ts",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^5.1.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.1",
"@mcbalaam/razdor-ui": "^0.1.26",
"@noble/curves": "^2.0.1",
"@noble/hashes": "^2.0.1",
"@react-spring/web": "^10.0.3",
"@supabase/supabase-js": "^2.93.3",
"framer-motion": "^12.34.3",
"ogl": "^1.0.11",
"react": "^19",
"react-content-loader": "^7.1.2",
"react-countup": "^6.5.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19",
"schummar-translate": "^1.25.2"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.4",
"gh-pages": "^6.3.0",
"rollup-plugin-visualizer": "^7.0.0",
"sharp": "^0.34.5",
"svgo": "^4.0.0",
"vite": "^7.3.1",
"vite-plugin-image-optimizer": "^2.0.3"
},
"homepage": "https://mcbalaam.github.io"
}