-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 985 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
37
38
{
"name": "ghostapi",
"private": true,
"version": "1.0.0",
"type": "module",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/muhammadabir64/GhostAPI.git"
},
"bugs": {
"url": "https://github.com/muhammadabir64/GhostAPI/issues"
},
"homepage": "https://github.com/muhammadabir64/GhostAPI",
"scripts": {
"dev": "vite build --watch",
"build": "vite build"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@fontsource/geist": "^5.2.6",
"@fontsource/geist-mono": "^5.2.6",
"@uiw/react-codemirror": "^4.25.2",
"js-yaml": "^4.1.0",
"lucide-react": "^0.511.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vite": "^7.1.10"
}
}