-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "inboxwp",
"version": "0.0.1",
"description": "The easiest solution to send transactional emails in WordPress",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "webpack serve --mode development --open",
"lint:php": "vendor/bin/phpcs --standard=phpcs.xml.dist",
"start:hot": "wp-scripts start --hot"
},
"author": "inboxwp",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@wordpress/scripts": "^26.8.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2.0.13",
"@wordpress/element": "^5.14.0",
"axios": "^1.2.0",
"chart.js": "^4.2.0",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.3.2",
"moment": "^2.29.4",
"notyf": "^3.10.0",
"react": "^18.2.0",
"react-datepicker": "^4.15.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.1"
}
}