-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
150 lines (150 loc) · 5.19 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "woocommerce-openpix",
"version": "2.12.0",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.23.3",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-react-jsx-source": "7.23.3",
"@babel/plugin-transform-runtime": "^7.23.3",
"@babel/plugin-transform-typescript": "7.23.3",
"@babel/preset-env": "7.23.3",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@octokit/rest": "^20.0.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@prettier/plugin-php": "^0.21.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"@types/babel__core": "7.20.4",
"@types/babel__preset-env": "7.9.5",
"@types/core-js": "^2.5.8",
"@types/dotenv-safe": "^8.1.5",
"@types/dotenv-webpack": "^7.0.7",
"@types/eslint": "8.44.7",
"@types/eslint-plugin-prettier": "^3.1.3",
"@types/hard-source-webpack-plugin": "1.0.7",
"@types/isomorphic-fetch": "^0.0.39",
"@types/jquery": "3.5.27",
"@types/koa": "2.13.11",
"@types/koa-static": "4.0.4",
"@types/prettier": "^3.0.0",
"@types/qrcode.react": "^1.0.5",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/rebass": "^4.0.13",
"@types/styled-components": "^5.1.30",
"@types/styled-system": "^5.1.22",
"@types/terser-webpack-plugin": "5.2.0",
"@types/testing-library__jest-dom": "^6.0.0",
"@types/testing-library__user-event": "^4.2.0",
"@types/unused-files-webpack-plugin": "3.4.7",
"@types/uuid": "^9.0.7",
"@types/webpack-dev-server": "4.7.2",
"@types/webpack-plugin-serve": "1.4.5",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"@webpack-cli/serve": "2.0.5",
"autodll-webpack-plugin": "^0.4.2",
"babel-jest": "^29.7.0",
"babel-loader": "9.1.3",
"cache-loader": "4.1.0",
"cross-env": "7.0.3",
"css-loader": "^6.8.1",
"dotenv-safe": "^8.2.0",
"dotenv-webpack": "^8.0.1",
"esbuild": "^0.19.5",
"esbuild-register": "^3.5.0",
"eslint": "8.53.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-okonet": "7.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-config-shellscape": "6.0.1",
"eslint-import-resolver-lerna": "^2.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-only-tests": "3.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-relay": "1.8.3",
"eslint-plugin-typescript": "0.14.0",
"generate-changelog": "^1.8.0",
"hard-source-webpack-plugin": "0.13.1",
"html-webpack-plugin": "5.5.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"lint-staged": "15.0.2",
"moment": "^2.29.4",
"npmlog": "^7.0.1",
"octonode": "^0.10.2",
"prettier": "^3.0.3",
"react-refresh": "0.14.0",
"regenerator-runtime": "^0.14.0",
"semver": "^7.5.4",
"simple-git": "^3.20.0",
"style-loader": "3.3.3",
"terser-webpack-plugin": "5.3.9",
"typescript": "^5.2.2",
"unused-files-webpack-plugin": "3.4.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-merge": "5.10.0",
"webpack-plugin-serve": "1.6.0"
},
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx}": [
"yarn prettier",
"eslint --fix"
],
"*.yml": [
"prettier --write"
],
"*.html": [
"prettier --write"
],
"*.css": [
"prettier --write"
],
"*.php": [
"prettier --write"
],
"./includes/config/config.php": [
"yarn blockNotMergeable"
]
},
"main": "index.js",
"scripts": {
"blockNotMergeable": "yarn es ./scripts/blockNotMergeable",
"config:local": "cp .env.local .env && cp includes/config/config-development.php includes/config/config.php",
"config:prod": "cp .env.local .env && cp includes/config/config-prod.php includes/config/config.php",
"config:staging": "cp .env.local .env && cp includes/config/config-staging.php includes/config/config.php",
"es": "node -r esbuild-register",
"pack:prod": "sh pack.sh prod",
"pack:staging": "sh pack.sh staging",
"prepare": "husky install",
"prettier": "prettier --write",
"release:major": "yarn es ./scripts/changelog --major",
"release:minor": "yarn es ./scripts/changelog --minor",
"release:patch": "yarn es ./scripts/changelog --patch",
"type-check": "tsc --noEmit",
"logs": "tail -f ../../uploads/wc-logs/woocommerce_openpix-*.log"
},
"dependencies": {
"minimist": "^1.2.8"
}
}