-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
85 lines (85 loc) · 2.39 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
{
"name": "page-links-to",
"title": "Page Links To",
"description": "Lets you make a WordPress page (or other content type) link to an external URL of your choosing, instead of its WordPress URL.",
"version": "3.3.7",
"homepage": "",
"author": {
"name": "Mark Jaquith",
"email": "mark@coveredweb.com",
"url": "https://coveredweb.com/"
},
"license": "GPL-2.0+",
"jest": {
"testPathIgnorePatterns": [
"/node_modules/",
"/release/",
"/cypress/",
"/__tests__/shared/"
],
"watchPathIgnorePatterns": [
"/node_modules/",
"/release/",
"/cypress/"
]
},
"scripts": {
"build": "grunt",
"release": "grunt release",
"jest": "jest",
"cypress": "cypress run",
"phpunit": "vendor/bin/phpunit",
"test": "jest && cypress run && vendor/bin/phpunit"
},
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.8.6",
"@babel/preset-react": "^7.24.1",
"@wordpress/components": "^27.2.0",
"@wordpress/compose": "^6.31.0",
"@wordpress/data": "^9.24.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.5.0",
"@wordpress/edit-post": "^7.31.0",
"@wordpress/element": "^5.31.0",
"@wordpress/plugins": "^6.22.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"clipboard": "^2.0.4",
"core-js": "^3.6.4",
"css-loader": "^6.10.0",
"element-closest": "^3.0.2",
"faker": "^6.6.6",
"file-loader": "^6.2.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-notify": "^0.4.5",
"grunt-phpunit": "~0.3.6",
"grunt-prettier": "^2.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^6.0.0",
"grunt-wp-deploy": "^2.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss-loader": "^8.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.23.3",
"sass-loader": "^14.1.1",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.91.0"
},
"keywords": [],
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"cypress": "13.7.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}