-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.26 KB
/
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
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
74
75
{
"name": "@mogland/console",
"version": "2.0.0-alpha.6",
"author": "wibus-wee <[email protected]>",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc && vite build",
"build:mog": "tsc && BUILD_MODE=BUILT_IN vite build",
"preview": "vite preview",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint": "eslint --ext .ts,.tsx --ignore-path .gitignore . --fix",
"prepublishOnly": "npm run build:mog",
"publish-release": "pnpm publish --access public",
"publish-next": "pnpm publish --access public --tag next"
},
"files": [
"dist"
],
"dependencies": {
"@headlessui/react": "^1.7.13",
"@icon-park/react": "^1.4.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-table": "^8.9.2",
"class-variance-authority": "^0.6.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"echarts": "^5.4.2",
"framer-motion": "^10.9.1",
"js-yaml": "^4.1.0",
"lucide-react": "^0.241.0",
"md5": "2.3.0",
"ofetch": "^1.0.1",
"react": "18.2.0",
"react-day-picker": "^8.7.1",
"react-dom": "18.2.0",
"react-hook-dialog": "^1.2.1",
"react-message-popup": "1.1.1",
"react-router-dom": "6.9.0",
"react-use": "17.4.0",
"sonner": "^0.3.0",
"swr": "^2.1.3",
"tailwind-merge": "^1.13.1",
"tailwindcss-animate": "^1.0.6",
"valtio": "^1.10.3",
"vditor": "^3.9.1"
},
"devDependencies": {
"@innei-util/prettier": "0.8.2",
"@innei/eslint-config-react-ts": "0.9.8",
"@innei/eslint-config-ts": "0.9.8",
"@originjs/vite-plugin-commonjs": "1.0.3",
"@types/js-yaml": "^4.0.5",
"@types/md5": "2.3.2",
"@types/node": "18.15.8",
"@types/react": "18.0.29",
"@types/react-dom": "18.0.11",
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"less": "4.1.3",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"prettier": "2.8.7",
"tailwindcss": "3.2.7",
"typescript": "5.0.2",
"vite": "4.2.1"
}
}