-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 Bytes
/
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
{
"name": "genvisis-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node cloneMD.cjs",
"preview": "vite preview"
},
"dependencies": {
"@octokit/rest": "^19.0.7",
"adm-zip": "^0.5.10",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"fluent-ffmpeg": "^2.1.2",
"framer-motion": "^10.12.16",
"fs-extra": "^11.1.1",
"git-clone": "^0.2.0",
"html-entities": "^2.3.3",
"html-react-parser": "^4.0.0",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"react-router-hash-link": "^2.4.3",
"react-use-measure": "^2.1.1",
"showdown": "^2.1.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"sass": "^1.62.0",
"vite": "^4.2.0"
}
}