forked from LearnPress/learnpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.81 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
{
"name": "learnpress",
"version": "4.0.0",
"description": "[![Stories in Ready](https://badge.waffle.io/LearnPress/LearnPress.svg?label=ready&title=Ready)](http://waffle.io/LearnPress/LearnPress)",
"main": "index.js",
"scripts": {
"dev": "wp-scripts start",
"build": "wp-scripts build",
"dev-build": "npm run build && gulp styles && npm run dev",
"release": "npm run build && npm run makepot && gulp styles && gulp release",
"makepot:js": "wp-babel-makepot ./assets/src/**/*.{js,jsx,ts,tsx} --ignore **/node_modules/**,**/test/**,**/*.d.ts --base './' --dir ./languages/strings --output ./languages/learnpress-js.pot",
"makepot:cli": "wp i18n make-pot . languages/learnpress.pot --skip-audit --merge=languages/learnpress-strings.pot --exclude=\"test,releases,build,tools,dist,node_modules,vendor,wordpress,\" --headers='{\"last-translator\":\"[email protected]\",\"Report-Msgid-Bugs-To\":\"https://github.com/LearnPress/learnpress/issues\"}'",
"makepot": "npm rum makepot:js && npm run makepot:cli && gulp updatePot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnPress/LearnPress.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LearnPress/LearnPress/issues"
},
"homepage": "https://github.com/LearnPress/LearnPress#readme",
"devDependencies": {
"@automattic/wp-babel-makepot": "^1.0.2",
"@wordpress/babel-preset-default": "^6.17.0",
"@wordpress/eslint-plugin": "^12.9.0",
"@wordpress/scripts": "^23.7.2",
"beepbeep": "^1.3.0",
"classnames": "^2.3.2",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-vinyl-zip": "^2.2.1",
"gulp-wp-pot": "^2.5.0",
"jquery": "^3.6.3",
"read-file": "^0.2.0",
"sass": "^1.57.1",
"stylelint": "^13.7.0",
"stylelint-order": "^4.1.0",
"webpack": "^5.75.0",
"webpack-merge-and-include-globally": "^2.3.4"
},
"dependencies": {
"@wordpress/block-editor": "^8.1.0",
"@wordpress/blocks": "^11.21.0",
"@wordpress/components": "^19.17.0",
"@wordpress/icons": "^6.2.0",
"copy-webpack-plugin": "^11.0.0",
"gulp-cli": "^2.3.0",
"react-easy-crop": "^4.6.3",
"refx": "^3.1.1",
"sortablejs": "^1.13.0"
}
}