-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "product-specifications",
"version": "0.8.7",
"description": "Specifications table for WooCommerce",
"author": "Dornaweb",
"license": "GPL-2.0-or-later",
"keywords": [
"product-specifications",
"woocommerce",
"specifications table"
],
"homepage": "https://github.com/dornaweb/product-specifications",
"repository": {
"type": "git",
"url": "https://github.com/dornaweb/product-specifications"
},
"bugs": {
"url": "https://github.com/dornaweb/product-specifications/issues"
},
"engines": {
"node": ">=18.0"
},
"devDependencies": {
"@playwright/test": "^1.46.1",
"@wordpress/scripts": "^28.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"postcss": "^8.4.42",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8",
"typescript": "^5.5.4"
},
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"lint:js": "wp-scripts lint-js 'client/**/*.{ts,tsx}'"
},
"dependencies": {
"jquery": "^3.7.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}