-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.23 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.23 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
{
"name": "jtech-forums.github.io",
"version": "1.0.0",
"description": "Welcome to the **JTech Website** repository — the official open-source project for [JTech Forums](https://jtechforums.org).\r This site provides **beginner guides, an app list, FAQs, and other valuable resources** for the Jewish tech and filtering community.",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JTech-Forums/jtech-forums.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/JTech-Forums/jtech-forums.github.io/issues"
},
"homepage": "https://github.com/JTech-Forums/jtech-forums.github.io#readme",
"dependencies": {
"@dataconnect/generated": "file:src/dataconnect-generated",
"firebase": "^12.5.0",
"framer-motion": "^12.23.24",
"gsap": "^3.13.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.13",
"vite": "^7.3.2"
}
}