-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "githubpages",
"private": true,
"homepage": "https://juicermv.github.io/",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build",
"lint": "bunx --bun eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "bunx vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@fontsource-variable/jetbrains-mono": "^5.0.21",
"@fontsource/inter": "^5.0.18",
"@popperjs/core": "^2.11.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"framer-motion": "^11.2.10",
"item": "^3.0.0",
"jquery": "^3.7.1",
"lightningcss": "^1.25.1",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"sass": "^1.77.4",
"tailwindcss": "^3.4.4",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"vite": "^5.2.13"
}
}