-
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) · 781 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 781 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": "wp-react-example",
"version": "0.0.1",
"description": "A example made by WordPress and best architectures",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "wp-scripts build",
"start": "wp-scripts start",
"start:hot": "wp-scripts start --hot"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@wordpress/eslint-plugin": "^12.4.0",
"@wordpress/i18n": "^4.10.0",
"@wordpress/scripts": "^22.5.0",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.12",
"postcss": "^8.4.16",
"react-router-dom": "^6.3.0",
"tailwindcss": "^3.1.8"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"react-table": "^7.8.0"
}
}