-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.73 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
{
"name": "wc-calypso-bridge",
"title": "wc-calypso-bridge",
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"description": "wc-calypso-bridge",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format src",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js src/",
"lint:js:report": "npm run lint:js -- --output-file eslint_report.json --ext=js,ts,tsx --format json",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:md:js": "wp-scripts lint-md-js",
"lint:php:staged": "bin/lint-php-staged.sh",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js",
"prepare-release": "node ./scripts/prep-release.js",
"create-release": "node ./scripts/release.js",
"prepare": "husky install"
},
"workspaces": [
"scripts"
],
"devDependencies": {
"@automattic/color-studio": "^2.5.0",
"@automattic/i18n-loader-webpack-plugin": "^2.0.51",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0",
"@woocommerce/eslint-plugin": "^2.2.0",
"@wordpress/prettier-config": "^2.14.0",
"@wordpress/scripts": "^24.6.0",
"crypto-js": "^4.2.0",
"husky": "^8.0.3",
"prettier": "npm:wp-prettier@^2.8.5",
"typescript": "^4.9.5"
},
"dependencies": {
"@automattic/calypso-analytics": "^1.0.0-alpha.1",
"@automattic/interpolate-components": "^1.2.1",
"@woocommerce/onboarding": "^3.3.0",
"classnames": "^2.3.2",
"dompurify": "^2.4.5",
"gridicons": "^3.4.2"
}
}