hello-theme/package.json
ronkelementor 36986aa3ee
New: Add Github actions lint + build [ARCH-38] (#159)
* New: Add Github actions lint + build [ARCH-38]

* move to right folder

* remove if

* change name

* remove unused code

* fix

* fix lint js

* fix phplint + temp

* change php

* remove temp
2021-06-10 13:47:01 +03:00

55 lines
2 KiB
JSON

{
"name": "elementor-hello-theme",
"slug": "elementor-hello-theme",
"homepage": "https://elementor.com/",
"description": "A sample theme for Elementor.",
"version": "2.2.1",
"scripts": {
"build": "grunt default && webpack --env=development && webpack --env=production",
"build:watch": "grunt default watch & webpack --env=developmentWithWatch & webpack --env=productionWithWatch",
"clean:build": "rimraf build && rimraf hello-elementor",
"zip": "npm run clean:build && npm run build && mv build hello-elementor && zip -r hello-elementor.$npm_package_version.zip hello-elementor/*",
"lint:js": "eslint ."
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.12.11",
"autoprefixer": "~8.5.2",
"babel-eslint": "^8.2.6",
"babel-loader": "8.0.0",
"copy-webpack-plugin": "^9.0.0",
"cssnano": "~3.10.0",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-no-jquery": "^2.5.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-wordpress": "git://github.com/WordPress-Coding-Standards/eslint-plugin-wordpress.git#1774343f6226052a46b081e01db3fca8793cc9f1",
"grunt": "^1.4.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-postcss": "~0.9.0",
"grunt-sass": "~2.1.0",
"grunt-text-replace": "~0.4.0",
"grunt-webpack": "^4.0.3",
"grunt-wp-readme-to-markdown-with-extra": "~2.2.0",
"load-grunt-tasks": "^4.0.0",
"matchdep": "~2.0.0",
"node-sass": "^5.0.0",
"npm-build-zip": "^1.0.3",
"rimraf": "^3.0.2",
"webpack": "^5.11.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-cssnano": "^2.1.0"
}
}