-
Notifications
You must be signed in to change notification settings - Fork 197
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 KB
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
{
"name": "@web-stories-wp/wp-story-editor",
"description": "WordPress Web Stories editor",
"private": true,
"author": {
"name": "Google",
"url": "https://creators.google/"
},
"license": "Apache-2.0",
"keywords": [
"web stories",
"wordpress"
],
"homepage": "https://github.com/GoogleForCreators/web-stories-wp/blob/main/packages/wp-story-editor/README.md",
"repository": {
"type": "git",
"url": "https://github.com/GoogleForCreators/web-stories-wp.git",
"directory": "packages/wp-story-editor"
},
"bugs": {
"url": "https://github.com/googleforcreators/web-stories-wp/issues"
},
"engines": {
"node": ">= 20 || >= 22 || >= 24",
"npm": ">= 7.3"
},
"type": "module",
"main": "./src/index.js",
"dependencies": {
"@googleforcreators/date": "*",
"@googleforcreators/design-system": "*",
"@googleforcreators/element-library": "*",
"@googleforcreators/elements": "*",
"@googleforcreators/i18n": "*",
"@googleforcreators/media": "*",
"@googleforcreators/migration": "*",
"@googleforcreators/output": "*",
"@googleforcreators/react": "*",
"@googleforcreators/story-editor": "*",
"@googleforcreators/tracking": "*",
"@googleforcreators/url": "*",
"@web-stories-wp/wp-utils": "*",
"@wordpress/api-fetch": "^7.51.0",
"@wordpress/dom-ready": "^4.22.0",
"flagged": "^2.0.10",
"polished": "^4.3.1",
"react-calendar": "^4.3.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@googleforcreators/test-utils": "*",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"mockdate": "^3.0.5",
"prop-types": "^15.8.1"
}
}