-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.51 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.51 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
58
59
60
61
62
63
64
65
66
67
{
"name": "liveagent",
"version": "1.25.127",
"description": "wordpress theme",
"author": "LiveAgent",
"license": "GPL-2.0-only",
"scripts": {
"test": "NODE_ENV='production' gulp stylelint && gulp eslint",
"stylelint": "NODE_ENV='production' gulp stylelint",
"eslint": "gulp eslint",
"build": "NODE_ENV='production' gulp build",
"dev": "NODE_ENV='development' gulp",
"build:web-calc": "cd ./apps/web-calc/ && yarn && yarn build",
"build:web-calc-featured": "cd ./apps/web-calc-featured/ && yarn && yarn build",
"build:typing-test": "cd ./apps/typing-test/ && yarn && yarn build",
"build:qu-commonproblems": "cd ./lib/widgets/qu-commonproblems/ && yarn && yarn build",
"build:qu-reviews": "cd ./lib/widgets/qu-reviews/ && yarn && yarn build",
"build:qu-checklists": "cd ./lib/widgets/qu-checklists/ && yarn && yarn build",
"build:qu-howtos": "cd ./lib/widgets/qu-howtos/ && yarn && yarn build",
"build:qu-expertnote": "cd ./lib/widgets/qu-expertnote/ && yarn && yarn build",
"build:qu-usecase": "cd ./lib/widgets/qu-usecase/ && yarn && yarn build",
"build:statistics": "cd ./lib/widgets/statistics/ && yarn && yarn build",
"build:banners": "cd ./lib/widgets/qu-banners/ && yarn && yarn build",
"build:all": "yarn && yarn build && yarn build:qu-commonproblems && yarn build:qu-reviews && yarn build:qu-checklists && yarn build:qu-howtos && yarn build:qu-expertnote && yarn build:qu-usecase && yarn build:banners && yarn build:statistics && yarn build:web-calc && yarn build:web-calc-featured && yarn build:typing-test"
},
"engines": {
"node": ">= 20"
},
"devDependencies": {
"@babel/core": "^7.26",
"@babel/eslint-parser": "^7.26",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.6.0",
"@wordpress/eslint-plugin": "^22",
"@wordpress/stylelint-config": "^23",
"browser-sync": "^3.0",
"concurrently": "^9.1",
"del": "^6",
"eslint": "^8.57",
"eslint-config-airbnb-base": "^14.2",
"gulp": "^4",
"gulp-autoprefixer": "^8",
"gulp-concat": "^2.6",
"gulp-eslint": "^6",
"gulp-filter": "^7",
"gulp-group-css-media-queries": "^1.2",
"gulp-if": "^3",
"gulp-plumber": "^1.2",
"gulp-rename": "^2.0.0",
"gulp-revert-path": "^2",
"gulp-rtlcss": "^1.4",
"gulp-sass": "^6.0",
"gulp-stylelint": "^13",
"gulp-svg-sprite": "^2.0.3",
"gulp-terser": "^2.1",
"gulp-uglifycss": "^1.1",
"husky": "^9.1.7",
"minimist": "^1.2",
"prettier": "^3.4",
"stylelint": "^15"
},
"dependencies": {
"browserlist": "^1.0.1",
"gulp-replace": "^1.1.4",
"sass": "^1.85.1"
}
}