-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.67 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
{
"name": "uag_admin",
"version": "1.0.0",
"description": "UAG Admin",
"main": "Gruntfile.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start"
},
"dependencies": {
"@bsf/force-ui": "git+https://github.com/brainstormforce/bsf-admin-ui#v1.7.7",
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@wordpress/plugins": "^7.14.0",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.2.2",
"classnames": "^2.2.6",
"html-entities": "^1.3.1",
"lucide-react": "^0.468.0",
"moment-timezone": "^0.5.31",
"node-fetch": "^2.6.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-html-parser": "^2.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"redux": "^4.1.2",
"request": "^2.88.2"
},
"devDependencies": {
"@types/sortablejs": "^1.10.6",
"@wordpress/api-fetch": "^3.20.0",
"@wordpress/components": "^11.1.0",
"@wordpress/compose": "^3.22.0",
"@wordpress/data": "^4.25.0",
"@wordpress/i18n": "^3.16.0",
"@wordpress/notices": "^2.10.0",
"@wordpress/prettier-config": "^0.4.0",
"@wordpress/scripts": "^19.2.2",
"autoprefixer": "^10.4.2",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"loadash": "^1.0.0",
"shelljs": "^0.8.4",
"tailwindcss": "^3.0.16"
},
"repository": {
"type": "git",
"url": "https://github.com/ultimate-addons-for-gutenberg/ultimate-addons-for-gutenberg.git"
},
"author": "CartFlows",
"license": "ISC",
"overrides": {
"form-data": "2.5.4"
}
}