-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "kathamo",
"version": "1.0.0",
"description": "WordPress plugin starter",
"main": "index.js",
"scripts": {
"build": "vite build --mode production",
"dev": "vite build --watch --mode development"
},
"author": {
"name": "Keramot UL Islam [AbmSourav]",
"email": "[email protected]",
"url": "https://abmsourav.com"
},
"contributors": [
{
"name": "Keramot UL Islam [AbmSourav]",
"email": "[email protected]"
},
{
"name": "CodesVault",
"email": "[email protected]",
"url": "https://github.com/CodesVault"
}
],
"license": "GPL-2.0",
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.14",
"node-sass": "^9.0.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"sass": "^1.63.3",
"vite": "^4.3.9",
"vite-plugin-babel": "^1.1.3"
},
"dependencies": {
"@wordpress/i18n": "^4.39.0",
"@wordpress/react-i18n": "^3.36.0",
"axios": "^1.5.0",
"chart.js": "^4.3.3",
"faker": "^6.6.6",
"flatpickr": "^4.6.13",
"line-awesome": "^1.3.0",
"lucide-react": "^0.287.0",
"react": "^18.0.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"react-select": "^5.7.4",
"select2": "^4.1.0-rc.0"
}
}