generated from DLXPlugins/highlight-and-share
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.1 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
{
"name": "insta-admin-dlx-landing-page",
"version": "1.0.0",
"description": "Build an admin landing page using blocks.",
"main": "index.js",
"sideEffects": false,
"scripts": {
"start": "wp-scripts start landing-page-block-sidebar=./src/plugins/landing/index.js --env mode=development",
"build": "wp-scripts build landing-page-block-sidebar=./src/plugins/landing/index.js --env mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DLXPlugins/insta-admin-landing-page"
},
"author": "Ronald Huereca",
"license": "ISC",
"bugs": {
"url": "https://github.com/DLXPlugins/insta-admin-landing-page"
},
"homepage": "https://github.com/DLXPlugins/insta-admin-landing-page/",
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@wordpress/components": "^23.5.0",
"@wordpress/element": "^4.20.0",
"@wordpress/escape-html": "^2.28.0",
"@wordpress/eslint-plugin": "^10.0.1",
"@wordpress/i18n": "^4.11.0",
"@wordpress/scripts": "^25.5.1",
"@wordpress/url": "^3.29.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.2.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.5.3",
"grunt-contrib-compress": "^2.0.0",
"hex-to-rgba": "^2.0.1",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"prettier": "^2.7.1",
"prettier-eslint": "^13.0.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qs": "^6.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"use-async-resource": "^2.2.2",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"dependencies": {
"@wordpress/a11y": "^3.11.0",
"@wordpress/icons": "^8.4.0"
}
}