-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 861 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
{
"name": "react-javascript",
"version": "1.0.0",
"homepage": "https://abhinavthedev.github.io/KAI/",
"type": "module",
"description": "AI Story Generator",
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "vite build",
"preview": "vite preview"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"gh-pages": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite": "^5.0.0"
},
"dependencies": {
"@google/generative-ai": "^0.14.1",
"@reduxjs/toolkit": "^2.2.6",
"axios": "^1.7.2",
"dompurify": "^3.1.6",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1"
}
}