-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.25 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
{
"name": "thrivedesk",
"version": "2.0.10",
"description": "ThriveDesk - Customer Support & Helpdesk Software for WordPress Startups",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"prod": "npm run production",
"production": "mix --production",
"watch:wp-scripts": "wp-scripts start resources/js/wp-scripts/thrivedesk-autonami-tab.js --output-path=assets/js/wp-scripts",
"build:wp-scripts": "wp-scripts build resources/js/wp-scripts/thrivedesk-autonami-tab.js --output-path=assets/js/wp-scripts",
"build": "npm run production && npm run build:wp-scripts",
"release": "scripts/release.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thrivedesk/wp-thrivedesk.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thrivedesk/wp-thrivedesk/issues"
},
"homepage": "https://github.com/thrivedesk/wp-thrivedesk#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@wordpress/scripts": "^25.2.0",
"autoprefixer": "10.4.13",
"cssnano": "^5.1.14",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.21",
"postcss-nesting": "^10.2.0",
"tailwindcss": "^3.4.0"
},
"dependencies": {
"confetti-js": "^0.0.18",
"sweetalert2": "^11.4.8"
}
}