-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.78 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.78 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "pmapi",
"version": "4.0.0",
"description": "Front-end package manager for project manager",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"lint": "eslint views/assets/src --ext .ts,.tsx",
"makepot": "wp i18n make-pot . languages/wedevs-project-manager.pot --exclude=node_modules,build,tests,views/assets/src,vendor",
"release": "grunt release --force"
},
"dependencies": {
"@babel/runtime": "^7.24.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@reduxjs/toolkit": "^2.2.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-mention": "^2.27.2",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@tiptap/suggestion": "^2.27.2",
"@uidotdev/usehooks": "^2.4.1",
"chart.js": "^4.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.4.0",
"jotai": "^2.18.1",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.400.0",
"react": "^18.3.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.23.0",
"recharts": "2.15.4",
"sonner": "^1.7.4",
"tailwind-merge": "^2.2.0",
"tunnel-rat": "^0.1.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@wordpress/scripts": "^28.0.0",
"autoprefixer": "^10.4.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-run": "^0.8.1",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.4",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"webpack": "^5.90.0"
}
}