-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "bricksfly-elements-for-bricks",
"version": "1.0.0",
"description": "",
"main": "vite.config.js",
"types": "module",
"dependencies": {
"@codemirror/autocomplete": "^6.15.0",
"@codemirror/basic-setup": "^0.20.0",
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.26.3",
"@hookform/resolvers": "^3.9.0",
"@lezer/highlight": "^1.2.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@tanstack/react-table": "^8.20.6",
"@wordpress/i18n": "^5.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"codemirror": "^5.65.16",
"lucide-react": "^0.446.0",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"yarn": "^1.22.22",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.28.5",
"@mr-hope/gulp-sass": "^2.0.0",
"@wordpress/browserslist-config": "^2.7.0",
"@wordpress/scripts": "^27.9.0",
"@wordpress/stylelint-config": "^20.0.2",
"autoprefixer": "^10.4.19",
"babel-loader": "^10.0.0",
"browserslist": "^4.13.0",
"cli": "^1.0.1",
"css-minimizer-webpack-plugin": "^8.0.0",
"del": "^6.1.1",
"eslint": "^8.22.0",
"eslint-plugin-react-refresh": "^0.4.20",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-eslint": "^6.0.0",
"gulp-js-prettify": "^0.1.0",
"gulp-mode": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^1.4.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"gulp-zip": "^5.1.0",
"po-csv": "github:marek-saji/po-csv",
"postcss": "^8.4.40",
"postcss-nested": "^7.0.2",
"sass": "^1.36.0",
"shelljs": ">=0.8.5",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.7",
"through2": "^4.0.2",
"webpack-cli": "^6.0.1",
"webpack-remove-empty-scripts": "^1.1.1"
},
"scripts": {
"build_webpack": "webpack --mode=production",
"dev_webpack": "webpack --watch --mode=development",
"start": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"zip": "gulp zip",
"watch:zip": "gulp watch:zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wealcoder/bricksfly-elements-for-bricks.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Wealcoder/bricksfly-elements-for-bricks/issues"
},
"homepage": "https://github.com/Wealcoder/bricksfly-elements-for-bricks#readme"
}