-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "webkelas",
"version": "1.0.0",
"description": "Platform arsip digital dan interaksi komunitas untuk keluarga besar XII A1 SMAN 1 Rasau Jaya.",
"author": "kyiov <abdulmuhar564@gmail.com>",
"license": "MIT",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/kyiov/Webkelas.git"
},
"keywords": [
"scrapbook",
"class-archive",
"react",
"framer-motion",
"daisyui"
],
"scripts": {
"dev": "nodemon --exec vite --host --port 8080",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"animejs": "^4.3.6",
"bcryptjs": "^3.0.3",
"cors": "^2.8.5",
"daisyui": "^5.5.19",
"dotenv": "^17.4.2",
"express": "^4.18.2",
"framer-motion": "^12.38.0",
"howler": "^2.2.4",
"lottie-react": "^2.4.1",
"mongodb": "^7.2.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"zzfx": "^1.3.2"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.5.0",
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"nodemon": "^3.1.14",
"postcss": "^8.5.9",
"tailwindcss": "^3.4.19",
"vite": "^6.0.11"
}
}