This repository was archived by the owner on May 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.1 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.1 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
{
"name": "wordpress-bi-plugin",
"version": "1.0.1",
"description": "AesirX BI Wordpres plugin",
"private": true,
"scripts": {
"build": "webpack --mode=development",
"watch": "webpack --watch --mode=development",
"release": "webpack --mode=production --env deploy=true",
"test": "echo \"Error: no test specified\" && exit 1",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint": "eslint --fix \"assets/**/\"",
"lint:check": "eslint \"assets/**/\"",
"lint:nowarns": "eslint --quiet \"assets/**/\""
},
"keywords": [],
"license": "GPL-3.0-only",
"author": "AesirX",
"dependencies": {
"aesirx-bi-app": "^1.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.8"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@popperjs/core": "^2.11.7",
"@prettier/plugin-php": "^0.19.4",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^6.7.3",
"cssnano": "^6.0.0",
"del": "^7.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.37.0",
"eslint-plugin-react": "^7.32.2",
"filemanager-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.0",
"html-webpack-skip-assets-plugin": "^1.0.3",
"media-query-plugin": "^1.5.0",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.2.4",
"prettier": "^2.8.7",
"process": "^0.11.10",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"style-loader": "^3.3.2",
"url-loader": "^4.1.1",
"webpack": "^5.78.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"yarn-upgrade-all": "^0.7.2"
},
"browserslist": [
"> 1%",
"last 1 version",
"not dead"
],
"repository": "https://github.com/aesirxio/wordpress-bi-plugin"
}