-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 3.12 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
{
"name": "@js-widgets/registry-starterkit-react",
"version": "0.0.1",
"description": "Widget registry for React widgets",
"scripts": {
"build": "react-scripts build",
"compile": "scripts/compile-all.sh",
"eject": "react-scripts eject",
"extract": "scripts/extract-all.sh",
"lint": "eslint .",
"lint-staged": "lint-staged",
"lint:ci": "npm run-script lint -o reports/eslint/issues.json -f json",
"lint:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|md|mdx)\" && npm run-script lint --fix",
"start": "react-scripts start",
"storybook": "start-storybook -p 6006",
"storybook:build": "TZ=UTC npm run-script test:generate-output || true; build-storybook --output-dir dist/storybook",
"test": "TZ=UTC react-scripts test",
"test:ci": "TZ=UTC npm run-script test --watchAll=false --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/js-widgets/registry-starterkit-react.git"
},
"keywords": [
"react",
"widgets",
"drupal",
"progressive-decoupling"
],
"author": "Mateu Aguiló Bosch (e0ipso)",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-widgets/registry-starterkit-react/issues"
},
"homepage": "https://github.com/js-widgets/registry-starterkit-react#readme",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@formatjs/cli": "^5.1.13",
"@storybook/addon-a11y": "^6.5.16",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/addon-storyshots": "^6.5.16",
"@storybook/addons": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/node-logger": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-react": "^1.3.0",
"@storybook/theming": "^6.5.16",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "^18.19.70",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.12",
"@types/react-truncate": "^2.3.7",
"canvas": "^2.11.2",
"chalk": "^5.4.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-formatjs": "^4.13.3",
"eslint-plugin-prettier": "^4.2.1",
"html-react-parser": "^4.2.10",
"lodash.camelcase": "^4.3.0",
"postcss-preset-env": "^9.6.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^5.25.1",
"react-scripts": "^5.0.1",
"regenerator-runtime": "^0.14.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.83.4",
"sass-loader": "^13.3.3",
"semver": "^7.6.3",
"storybook-i18n": "^1.1.5",
"typescript": "^5.7.3",
"webpack-merge": "^5.10.0"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"packageManager": "[email protected]"
}