-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.92 KB
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": "texty",
"version": "2.0.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./dist",
"build": "wp-scripts build --progress",
"start": "wp-scripts start --progress",
"typecheck": "tsc --noEmit",
"makepot": "wp i18n make-pot --exclude='dist,node_modules,vendors' . --headers='{\"Last-Translator\":\"support@wedevs.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/weDevsOfficial/texty/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') weDevs Pte. Ltd. All Rights Reserved.\" languages/texty.pot",
"readme": "wp-readme-to-md",
"version": "bash bin/version-replace.sh",
"release": "bash bin/build.sh",
"release:dev": "bash bin/build.sh --dev",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:report": "playwright show-report tests/e2e/playwright-report"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@wedevs/plugin-ui": "github:getdokan/plugin-ui",
"classnames": "^2.2.6",
"lucide-react": "^0.468.0",
"react-phone-input-2": "^2.13.9",
"react-router-dom": "^7.18.1",
"react-select": "^5.8.0",
"recharts": "^3.8.1"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^20.19.40",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/wordpress__element": "^2.4.1",
"@wordpress/components": "^28.0.0",
"@wordpress/scripts": "^32.5.1",
"dotenv": "^17.4.2",
"prettier": "^2.2.1",
"sass": "^1.83.4",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3",
"wp-readme-to-markdown": "^1.0.1"
},
"overrides": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@babel/runtime": "^7.26.10",
"serialize-javascript": "^7.0.7",
"uuid": "^11.1.1"
}
}