package.json 670 Bytes
Newer Older
fisherdaddy's avatar
fisherdaddy committed
1 2 3 4 5 6 7 8 9 10
{
  "name": "ai-toolbox",
  "version": "1.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
fisherdaddy's avatar
fisherdaddy committed
11
    "@react-oauth/google": "^0.12.1",
12
    "antd": "^5.21.6",
fisherdaddy's avatar
fisherdaddy committed
13
    "html2canvas": "^1.4.1",
fisherdaddy's avatar
fisherdaddy committed
14
    "i18next": "^23.16.5",
15 16
    "marked": "^15.0.0",
    "marked-react": "^2.0.0",
fisherdaddy's avatar
fisherdaddy committed
17 18
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
fisherdaddy's avatar
fisherdaddy committed
19
    "react-helmet": "^6.1.0",
fisherdaddy's avatar
fisherdaddy committed
20
    "react-i18next": "^15.1.1",
21
    "react-router-dom": "^6.27.0",
fisherdaddy's avatar
fisherdaddy committed
22 23 24 25
    "styled-components": "^6.1.13"
  },
  "devDependencies": {
    "@vitejs/plugin-react": "^4.0.0",
fisherdaddy's avatar
fisherdaddy committed
26 27
    "vite": "^4.3.9",
    "vite-plugin-sitemap": "^0.7.1"
fisherdaddy's avatar
fisherdaddy committed
28 29
  }
}