-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.87 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
{
"name": "simple-gdpr-cookie-compliance",
"description": "Simple GDPR Cookie Compliance",
"version": "1.0.0",
"license": "GPLv3",
"private": true,
"author": "themebeez",
"type": "module",
"scripts": {
"public": "rollup -c -w",
"admin:dev": "vite",
"admin:build": "vite build"
},
"dependencies": {
"@fontsource-variable/inter": "^5.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tiptap/core": "2.11.3",
"@tiptap/extension-bold": "^2.11.3",
"@tiptap/extension-document": "^2.11.3",
"@tiptap/extension-italic": "^2.11.3",
"@tiptap/extension-link": "^2.11.3",
"@tiptap/extension-paragraph": "^2.11.3",
"@tiptap/extension-text": "^2.11.3",
"@tiptap/react": "^2.11.3",
"@wordpress/i18n": "^5.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.473.0",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.1",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.6"
},
"devDependencies": {
"@kucrut/vite-for-wp": "^0.9.4",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.17.14",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"@wordpress/components": "^29.2.0",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.5.1",
"postcss-rtlcss": "^5.6.0",
"rollup": "^4.31.0",
"rollup-plugin-scss": "^4.0.1",
"sass": "^1.83.4",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^5.4.11"
}
}