This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike England
committed
Apr 11, 2020
1 parent
839ec71
commit b812d10
Showing
1 changed file
with
71 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +1,73 @@ | ||
{ | ||
"name": "wds-block-starter", | ||
"version": "0.0.1", | ||
"description": "A block starter for WebDevStudios projects.", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"start": "wp-scripts start", | ||
"dev": "wp-scripts start", | ||
"watch": "wp-scripts start", | ||
"build": "wp-scripts build", | ||
"lint:css": "wp-scripts lint-style && ./node_modules/.bin/sass-lint --config ./node_modules/@webdevstudios/css-coding-standards/.sass-lint.yml '**/*.scss' --verbose", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:php": "./vendor/bin/phpcs --standard=./.phpcs.xml.dist --extensions=php ./ --ignore='./build/*,./node_modules/*,./vendor/*'", | ||
"packages-update": "wp-scripts packages-update", | ||
"postinstall": "wp-scripts build && composer install", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/WebDevStudios/wds-block-starter" | ||
}, | ||
"keywords": [ | ||
"Gutenberg" | ||
], | ||
"author": "WebDevStudios", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/WebDevStudios/wds-block-starter/issues" | ||
}, | ||
"homepage": "https://github.com/WebDevStudios/wds-block-starter#readme", | ||
"dependencies": { | ||
"@storybook/cli": "^5.3.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@storybook/addon-actions": "^5.3.17", | ||
"@storybook/addon-links": "^5.3.17", | ||
"@storybook/addons": "^5.3.17", | ||
"@storybook/react": "^5.3.17", | ||
"@webdevstudios/css-coding-standards": "^1.0.0", | ||
"@webdevstudios/js-coding-standards": "~1.0.2", | ||
"@wordpress/scripts": "^7.1.3", | ||
"babel-loader": "^8.1.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"css-loader": "^3.4.2", | ||
"css-mqpacker": "^7.0.0", | ||
"cssnano": "^4.1.10", | ||
"ignore-emit-webpack-plugin": "^2.0.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "^4.13.1", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-safe-parser": "^4.0.2", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.1.3", | ||
"webpack": "^4.42.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:@wordpress/eslint-plugin/esnext", | ||
"plugin:@wordpress/eslint-plugin/react", | ||
"@webdevstudios/js-coding-standards" | ||
] | ||
}, | ||
"sasslintConfig": "./node_modules/@webdevstudios/css-coding-standards/.sass-lint.yml", | ||
"stylelint": { | ||
"extends": "stylelint-config-wordpress", | ||
"ignoreFiles": [ | ||
"**/*.scss", | ||
"build/**/*.css" | ||
] | ||
} | ||
"name": "wds-block-starter", | ||
"version": "0.0.1", | ||
"description": "A block starter for WebDevStudios projects.", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"start": "wp-scripts start", | ||
"dev": "wp-scripts start", | ||
"watch": "wp-scripts start", | ||
"build": "wp-scripts build", | ||
"lint:css": "wp-scripts lint-style && ./node_modules/.bin/sass-lint --config ./node_modules/@webdevstudios/css-coding-standards/.sass-lint.yml '**/*.scss' --verbose", | ||
"lint:js": "wp-scripts lint-js", | ||
"lint:php": "./vendor/bin/phpcs --standard=./.phpcs.xml.dist --extensions=php ./ --ignore='./build/*,./node_modules/*,./vendor/*'", | ||
"packages-update": "wp-scripts packages-update", | ||
"postinstall": "wp-scripts build && composer install", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/WebDevStudios/wds-block-starter" | ||
}, | ||
"keywords": [ | ||
"Gutenberg" | ||
], | ||
"author": "WebDevStudios", | ||
"license": "GPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/WebDevStudios/wds-block-starter/issues" | ||
}, | ||
"homepage": "https://github.com/WebDevStudios/wds-block-starter#readme", | ||
"dependencies": { | ||
"@storybook/cli": "^5.3.17" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.0", | ||
"@storybook/addon-actions": "^5.3.17", | ||
"@storybook/addon-links": "^5.3.17", | ||
"@storybook/addons": "^5.3.17", | ||
"@storybook/react": "^5.3.17", | ||
"@webdevstudios/css-coding-standards": "^1.0.0", | ||
"@webdevstudios/js-coding-standards": "~1.0.2", | ||
"@wordpress/scripts": "^7.1.3", | ||
"babel-loader": "^8.1.0", | ||
"clean-webpack-plugin": "^3.0.0", | ||
"css-loader": "^3.4.2", | ||
"css-mqpacker": "^7.0.0", | ||
"cssnano": "^4.1.10", | ||
"ignore-emit-webpack-plugin": "^2.0.2", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"node-sass": "^4.13.1", | ||
"postcss-loader": "^3.0.0", | ||
"postcss-safe-parser": "^4.0.2", | ||
"sass-loader": "^8.0.2", | ||
"style-loader": "^1.1.3", | ||
"webpack": "^4.42.1" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"plugin:@wordpress/eslint-plugin/esnext", | ||
"plugin:@wordpress/eslint-plugin/react", | ||
"@webdevstudios/js-coding-standards" | ||
] | ||
}, | ||
"sasslintConfig": "./node_modules/@webdevstudios/css-coding-standards/.sass-lint.yml", | ||
"stylelint": { | ||
"extends": "stylelint-config-wordpress", | ||
"ignoreFiles": [ | ||
"**/*.scss", | ||
"build/**/*.css" | ||
] | ||
} | ||
} |