-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
46 lines (46 loc) · 1.49 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
{
"name": "alps-gutenberg-blocks",
"version": "2.1.12",
"author": "Seventh-day Adventist Church",
"description": "Creates custom blocks in Gutenberg specific to the ALPS v3 theme.",
"private": true,
"scripts": {
"dev": "nodemon --exec 'node devtools/runner.js plugin:build --dev'",
"project:build-blocks": "cgb-scripts build",
"project:set-version": "node devtools/runner.js project:set-version",
"i18n:update-pot": "bin/i18n-update.sh",
"i18n:create-json": "node devtools/runner.js i18n:create-json",
"wp:plugin:build": "node devtools/runner.js plugin:build",
"wp:plugin:release": "node devtools/runner.js plugin:release"
},
"dependencies": {
"@wordpress/api-fetch": "^3.20.0",
"@wordpress/block-editor": "^5.1.1",
"@wordpress/blocks": "^6.24.1",
"@wordpress/components": "^11.1.1",
"@wordpress/data": "^4.25.0",
"@wordpress/date": "^3.12.0",
"@wordpress/element": "^2.18.0",
"@wordpress/html-entities": "^2.9.0",
"@wordpress/i18n": "^3.16.0",
"@wordpress/url": "^2.19.0",
"classnames": "^2.2.6",
"gettext-parser": "^4.0.4",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-native": "^0.63.4"
},
"devDependencies": {
"@octokit/rest": "^18.0.6",
"archiver": "^5.0.2",
"cgb-scripts": "^1.23.1",
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"luxon": "^1.25.0",
"nodemon": "^2.0.6",
"ssh2-sftp-client": "^5.3.1",
"webpack": "^3.1.0",
"winston": "^3.3.3",
"yaml": "^1.10.0"
}
}