package.json 1.82 KB
Newer Older
dechen lin's avatar
dechen lin committed
1
2
3
4
5
6
7
{
  "name": "my-react-app",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite --host ",
dechen lin's avatar
dechen lin committed
8
    "build": "tsc --noEmit && vite build",
dechen lin's avatar
dechen lin committed
9
10
11
12
13
14
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@ant-design/icons": "^5.4.0",
    "@codemirror/view": "^6.33.0",
dechen lin's avatar
dechen lin committed
15
    "@tanstack/react-query": "^5.56.2",
dechen lin's avatar
dechen lin committed
16
17
18
19
20
21
22
23
24
    "@types/lodash": "^4.17.7",
    "@types/qs": "^6.9.15",
    "@types/react-copy-to-clipboard": "^5.0.7",
    "@types/react-syntax-highlighter": "^15.5.13",
    "@uiw/codemirror-extensions-langs": "^4.23.0",
    "@uiw/react-codemirror": "^4.23.0",
    "ahooks": "^3.8.1",
    "antd": "^5.20.3",
    "axios": "^1.7.5",
houlinfeng's avatar
houlinfeng committed
25
    "canvas": "^2.11.2",
dechen lin's avatar
dechen lin committed
26
27
28
    "classnames": "^2.5.1",
    "js-cookie": "^3.0.5",
    "lodash": "^4.17.21",
houlinfeng's avatar
houlinfeng committed
29
    "path2d": "^0.2.1",
dechen lin's avatar
dechen lin committed
30
31
32
33
34
35
    "qs": "^6.13.0",
    "react": "^18.3.1",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^18.3.1",
    "react-intl": "^6.6.8",
    "react-markdown": "^9.0.1",
dechen lin's avatar
dechen lin committed
36
    "react-query": "^3.39.3",
dechen lin's avatar
dechen lin committed
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
    "react-router-dom": "^6.26.1",
    "react-syntax-highlighter": "^15.5.0",
    "rehype-katex": "^7.0.1",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "remark-math": "^6.0.0",
    "zustand": "^4.5.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.9.0",
    "@types/js-cookie": "^3.0.6",
    "@types/node": "^22.5.1",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.1",
    "autoprefixer": "^10.4.20",
    "eslint": "^9.9.0",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.9",
    "globals": "^15.9.0",
dechen lin's avatar
dechen lin committed
57
    "less": "^4.2.0",
dechen lin's avatar
dechen lin committed
58
59
60
61
62
63
64
65
66
    "postcss": "^8.4.41",
    "sass-embedded": "^1.77.8",
    "tailwindcss": "^3.4.10",
    "ts-prune": "^0.10.3",
    "typescript": "^5.5.3",
    "typescript-eslint": "^8.0.1",
    "vite": "^5.4.1"
  }
}