-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 804 Bytes
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
{
"name": "writebuddyai",
"version": "0.1.0",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"plugin-zip": "wp-scripts plugin-zip"
},
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.10.0",
"@wordpress/scripts": "^19.2.4",
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@fluentui/react-icons-northstar": "^0.66.4",
"@fluentui/react-northstar": "^0.66.4",
"@tanstack/react-query": "^4.29.3",
"@wordpress/icons": "^9.23.0",
"classnames": "^2.3.2",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-use": "^17.4.0"
}
}