-
Notifications
You must be signed in to change notification settings - Fork 142
/
Copy pathpackage.json
74 lines (74 loc) · 2.72 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
{
"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": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider wp-scripts start",
"build": "cross-env NODE_OPTIONS=--openssl-legacy-provider wp-scripts build",
"format-js": "cross-env NODE_OPTIONS=--openssl-legacy-provider wp-scripts format ./assets/src",
"dev-build": "cross-env NODE_OPTIONS=--openssl-legacy-provider npm run build && gulp styles && npm run dev",
"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-js.pot --exclude=\"test,releases,build,dist,node_modules,vendor,wordpress\"",
"makepot": "npm rum makepot:js && npm run makepot:cli && gulp updatePot",
"build-makepot-zip": "npm run build && npm run makepot && gulp styles && gulp release",
"release": "node build-release.js"
},
"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": {
"cross-env": "^7.0.3",
"@automattic/wp-babel-makepot": "1.2.0",
"@wordpress/babel-preset-default": "^7.28.0",
"@wordpress/eslint-plugin": "^17.1.0",
"@wordpress/scripts": "^26.15.0",
"@wordpress/block-editor": "^12.12.0",
"@wordpress/blocks": "^12.21.0",
"@wordpress/components": "^25.10.0",
"@wordpress/icons": "^9.35.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-cli": "3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-vinyl-zip": "^2.1.0",
"gulp-wp-pot": "^2.5.0",
"prettier": "npm:wp-prettier@^3.0.3",
"read-file": "^0.2.0",
"sass": "1.78.0",
"stylelint": "^15.11.0",
"stylelint-order": "^6.0.3",
"webpack": "5.94.0",
"node-notifier": "10.0.1"
},
"dependencies": {
"classnames": "^2.3.2",
"@paypal/paypal-js": "^7.0.3",
"react-easy-crop": "^4.7.4",
"refx": "^3.1.1",
"sortablejs": "^1.15.0",
"tom-select": "2.4.1",
"chart.js": "4.4.7",
"cropperjs": "1.6.2",
"style-loader": "3.3.4",
"file-loader": "6.2.0",
"mini-css-extract-plugin": "2.9.2",
"toastify-js": "1.12.0"
}
}