-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "analogwp-templates",
"version": "2.3.1",
"description": "Handfully crafted Elementor templates packs.",
"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": "wp i18n make-pot . ./languages/ang.pot",
"convertPot2json": "npx po2json ./languages/ang.pot ./languages/ang-analogwp-app.json -f jed1.x",
"build": "gulp build",
"gh:release": "gulp github-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analogwp/analogwp-templates.git"
},
"author": "AnalogWP",
"license": "GPL",
"bugs": {
"url": "https://github.com/analogwp/analogwp-templates/issues"
},
"homepage": "https://github.com/analogwp/analogwp-templates#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",
"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",
"third-party",
"analogwp-templates.php",
"uninstall.php",
"readme.txt"
]
}