-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.12 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.12 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "wordcloud-online",
"private": true,
"version": "0.0.5",
"type": "module",
"packageManager": "pnpm@8.15.4",
"license": "MIT",
"author": "showlotus",
"homepage": "https://github.com/showlotus/wordcloud-online",
"repository": {
"type": "git",
"url": "https://github.com/showlotus/wordcloud-online.git"
},
"bugs": {
"url": "https://github.com/showlotus/wordcloud-online/issues"
},
"keywords": [
"wordcloud",
"online"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"bench": "vitest bench --run benchmarks/analyze.bench.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"release": "node scripts/release.js",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"antd": "^5.29.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color-convert": "^2.0.1",
"echarts": "^5.6.0",
"echarts-wordcloud": "^2.1.0",
"modern-screenshot": "^4.6.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"segmentit": "^2.0.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.9"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/color-convert": "^2.0.4",
"@types/node": "^20.19.26",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.22",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.24",
"less": "^4.4.2",
"postcss": "^8.5.6",
"prettier": "^3.8.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"unplugin-icons": "^0.18.5",
"vite": "^5.4.21",
"vite-plugin-svgr": "^4.5.0",
"vitest": "^4.0.15"
}
}