-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.99 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.99 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "analogwp-library",
"version": "2.4.0",
"description": "Your own custom library of templates for Elementor.",
"main": "/client/index.js",
"private": true,
"scripts": {
"install-scripts": "composer install && npm install",
"build-app": "wp-scripts build --webpack-src-dir=client --output-path=assets/js/app",
"dev-app": "wp-scripts start --webpack-src-dir=client --output-path=assets/js/app",
"makePot": "npx @wp-blocks/make-pot . ./languages/",
"convertPot2json": "npx po2json ./languages/analogwp-library.pot ./languages/analogwp-library-analog-custom-library-app.json -f jed1.x",
"build": "gulp build",
"gh:release-build": "gulp github-build",
"translate": "gulp translate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analogwp/analogwp-library.git"
},
"author": "AnalogWP",
"license": "GPL v2 or later",
"bugs": {
"url": "https://github.com/analogwp/analogwp-library/issues"
},
"homepage": "https://github.com/analogwp/analogwp-library#readme",
"dependencies": {
"classnames": "^2.2.6",
"react-masonry-css": "^1.0.14",
"react-select": "^5.8.2",
"react-waypoint": "^10.3.0",
"regenerator-runtime": "^0.14.1",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@wordpress/scripts": "^30.4.0",
"@wp-blocks/make-pot": "^1.4.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-babel": "8.0.0",
"gulp-checktextdomain": "^2.3.0",
"gulp-copy": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-rsync": "^0.0.8",
"gulp-run-command": "^0.0.10",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.0.1"
},
"files": [
"assets",
"inc",
"languages",
"vendor",
"analogwp-library.php",
"composer.json",
"uninstall.php",
"readme.txt"
]
}