This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.82 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
81
82
83
{
"name": "container-block",
"title": "Container Block",
"description": "Container block is used to wrap several blocks in a parent wrapper and enables you to do more sophisticated styling as well.",
"version": "1.2.0",
"author": "MyPreview",
"author_shop": "https://www.mypreview.one",
"author_uri": "https://www.upwork.com/o/profiles/users/_~016ad17ad3fc5cce94",
"requires": "5.2",
"tested_up_to": "5.4.0",
"license": "GPL-3.0",
"copyright": "© 2015 - 2020 MyPreview. All Rights Reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mypreview/container-block.git"
},
"bugs": {
"url": "https://github.com/mypreview/container-block/issues"
},
"scripts": {
"dev": "cross-env BABEL_ENV=default webpack --watch --info-verbosity none",
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"lint:css": "stylelint 'assets/src/**/*.css'",
"lint:css-fix": "stylelint 'assets/src/**/*.css' --fix",
"lint:js": "eslint assets/src/ --ext=js,jsx",
"lint:js-fix": "eslint assets/src/ --ext=js,jsx --fix",
"lint:php": "composer phpcs",
"lint:php-fix": "composer phpcbf",
"reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,jsx,json,ts,tsx}\"",
"makepot": "wp i18n make-pot . languages/container-block-js.pot --exclude=node_modules,vendor,dist",
"makepot:php": "npx pot-to-php languages/container-block-js.pot languages/container-block-translations.php container-block"
},
"devDependencies": {
"@babel/core": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.7.4",
"@wordpress/babel-plugin-makepot": "^3.4.0",
"@wordpress/babel-preset-default": "4.10.0",
"@wordpress/eslint-plugin": "^3.4.1",
"@wordpress/browserslist-config": "^2.6.0",
"@wordpress/dependency-extraction-webpack-plugin": "^2.1.0",
"@wordpress/i18n": "3.9.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.3",
"babel-loader": "8.0.6",
"chalk": "^3.0.0",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.4.2",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.10.0",
"mini-css-extract-plugin": "^0.9.0",
"prettier": "npm:[email protected]",
"progress-bar-webpack-plugin": "^2.1.0",
"style-loader": "1.0.0",
"stylelint": "12.0.0",
"stylelint-config-wordpress": "15.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.10",
"webpack-notifier": "^1.8.0",
"webpack-rtl-plugin": "^2.0.0"
},
"dependencies": {
"aos": "^2.3.4",
"es6-object-assign": "^1.1.0",
"jump.js": "^1.0.2",
"lodash.escape": "^4.0.1",
"styled-components": "^3.4.1"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"engines": {
"node": ">=10.10.0",
"npm": ">=6.4.0"
},
"eslintConfig": {
"extends": "wordpress"
}
}