-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
131 lines (131 loc) · 4.83 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "@wpmedia/arc-themes-components",
"author": "",
"license": "CC-BY-NC-ND-4.0",
"version": "0.0.4-arc-themes-release-version-2-5-3.1",
"description": "The arc-themes-components will be the basis for presentational components and reusable utility functions workflow of themes and client devs. A core tenet of Themes is composability for developers.",
"homepage": "https://github.com/WPMedia/arc-themes-components#readme",
"keywords": [
"themes"
],
"main": "index.js",
"files": [
"index.js",
"src/*",
"scss.scss",
"scripts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/WPMedia/arc-themes-components.git"
},
"bugs": {
"url": "https://github.com/WPMedia/arc-themes-components/issues"
},
"scripts": {
"build-storybook": "storybook build",
"format": "prettier --write .",
"generate:component": "hygen component new",
"lint": "eslint --ext js --ext jsx src .storybook index.js",
"lint:changed-feature-branch": "eslint --max-warnings 0 --no-error-on-unmatched-pattern $(git diff --name-only origin/arc-themes-release-version-2.5.3 | grep -E \"(.js$|.jsx$)\" || echo \"no js/jsx files changed\")",
"lint:fix": "npm run lint -- --fix",
"lint:styles": "stylelint '**/*.scss' --formatter verbose",
"lint:styles:fix": "stylelint '**/*.scss' --fix",
"-ignore-prepare": "husky install",
"storybook": "storybook dev -p 6006",
"stylelint-check": "stylelint-config-prettier-check",
"test": "jest --coverage",
"test:changed-feature-branch": "jest --changedSince=origin/arc-themes-release-version-2.5.3 --coverage --passWithNoTests",
"test:watch": "npm run test -- --watch -o --coverage"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@arc-publishing/sdk-identity": "^1.89.0",
"@arc-publishing/sdk-sales": "^1.89.0",
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-private-methods": "^7.23.3",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@storybook/addon-a11y": "^8.0.8",
"@storybook/addon-actions": "^8.0.8",
"@storybook/addon-docs": "^8.0.8",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/manager-api": "^8.0.8",
"@storybook/preview-api": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/react-webpack5": "^8.0.8",
"@storybook/theming": "^8.0.8",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chromatic": "^7.4.0",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.4.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-testing-library": "^6.2.0",
"husky": "^9.0.11",
"hygen": "^6.2.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "3.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-test-renderer": "^18.2.0",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"sass-true": "^7.0.0",
"storybook": "^8.0.8",
"style-loader": "^3.3.3",
"stylelint": "^16.3.1",
"stylelint-config-recommended": "^14.0.0",
"stylelint-config-sass-guidelines": "^11.1.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-order": "^6.0.4",
"stylelint-use-logical": "^2.1.2xs"
},
"dependencies": {
"@arc-publishing/sdk-identity": "^1.89.0",
"@arc-publishing/sdk-sales": "^1.89.0",
"dom-parser": "^0.1.6",
"lazy-child": "^0.3.1",
"lodash.get": "^4.4.2",
"node-fetch": "^2.7.0",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-oembed-container": "^1.0.1",
"react-swipeable": "^7.0.1"
},
"overrides": {
"react-oembed-container": {
"react": "$react",
"react-dom": "$react-dom"
}
}
}