-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "sheet-wise",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:production": "NODE_ENV=production wp-scripts build --progress",
"build:dev": "NODE_ENV=dev wp-scripts build --progress",
"packages-update": "wp-scripts packages-update",
"watch": "NODE_ENV=development wp-scripts start --progress",
"zip": "./zip.sh",
"phpdoc": "php phpDocumentor.phar"
},
"keywords": [],
"author": "Sapayth",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@tailwindcss/forms": "^0.5.6",
"@wordpress/scripts": "^26.12.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"daisyui": "^4.12.10",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.4",
"tailwindcss": "^3.3.3",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@wordpress/api-fetch": "^7.4.0",
"@wordpress/components": "^25.8.0",
"lucide-react": "^0.468.0",
"react-router-dom": "^6.26.1"
}
}