-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
80 lines (80 loc) · 2.6 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
75
76
77
78
79
80
{
"name": "analogwp-templates",
"version": "2.1.0",
"description": "Handfully crafted Elementor templates packs.",
"main": "/client/index.js",
"private": true,
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"fonts": "gulp googleFonts",
"makePot": "wp i18n make-pot . ./languages/ang.pot",
"convertPot2json": "npx po2json ./languages/ang.pot ./languages/ang-analogwp-app.json -f jed1.x",
"build:release": "yarn gulp build",
"gh:release": "yarn gulp github-build",
"build:deploy": "yarn gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/analogwp/analogwp-templates.git"
},
"author": "Ram Ratan Maurya",
"license": "ISC",
"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": "3.0.8",
"react-waypoint": "^9.0.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/babel-plugin-makepot": "^3.2.1",
"@wordpress/babel-preset-default": "^4.6.1",
"@wordpress/browserslist-config": "^2.1.0",
"@wordpress/i18n": "^3.6.1",
"autoprefixer": "^9.6.4",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "3.0.0",
"cross-env": "^6.0.3",
"del": "^5.1.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-jest": "^22.1.3",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-wordpress": "^0.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"gulp": "^4.0.0",
"gulp-babel": "8.0.0",
"gulp-checktextdomain": "^2.2.0",
"gulp-copy": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-rsync": "^0.0.8",
"gulp-run-command": "^0.0.9",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.3.3",
"gulp-zip": "^5.0.1",
"lodash": "^4.17.15",
"node-sass": "^8.0.0",
"po2json": "^0.4.5",
"postcss-loader": "^3.0.0",
"prettier": "^1.9.1",
"raw-loader": "^0.5.1",
"sass-loader": "^8.0.0",
"webpack": "^3.8.1"
}
}