-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.97 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.97 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "boostimer",
"version": "1.5.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"scripts": {
"clean": "rm -rf ./dist",
"hot": "webpack serve --inline --hot --disable-host-check",
"start": "wp-scripts start",
"build": "wp-scripts build --mode=production --progress",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"makepot": "wp i18n make-pot --exclude='dist,node_modules,vendors' . --headers='{\"Last-Translator\":\"zabiranik.me@gmail.com\",\"Report-Msgid-Bugs-To\":\"https://github.com/xaviranik/boostimer/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') Zabir Anik. All Rights Reserved.\" languages/boostimer.pot",
"pot2json": "po2json languages/boostimer.pot languages/boostimer.json --format jed --pretty",
"readme": "wp-readme-to-md",
"zip": "./bin/build.sh",
"version-replace": "node ./bin/scripts/version-replace"
},
"run-if-changed": {
"yarn.lock": "yarn install --prefer-offline --pure-lockfile"
},
"dependencies": {
"@wordpress/api-fetch": "^5.2.5",
"@wordpress/components": "^19.1.6",
"@wordpress/i18n": "^4.2.4",
"classnames": "^2.2.6",
"dayjs": "^1.9.4",
"loadash": "^1.0.0",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-content-loader": "^6.1.0",
"react-dom": "17.0.2",
"react-hot-loader": "^4.13.0",
"react-loading-skeleton": "^3.0.2",
"react-router-dom": "^6.2.1",
"react-toastify": "^8.1.0",
"react-tooltip": "^4.2.21",
"select2-react-component": "^6.1.1",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@hkdobrev/run-if-changed": "^0.3.1",
"@webpack-cli/serve": "^1.6.0",
"@wordpress/babel-preset-default": "^6.4.1",
"@wordpress/dependency-extraction-webpack-plugin": "^3.2.1",
"@wordpress/scripts": "^19.2.2",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"file-loader": "^6.1.0",
"fs-extra": "^10.0.0",
"mini-css-extract-plugin": "^2.4.5",
"node-sass": "^7.0.1",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"po2json": "^0.4.5",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"replace-in-file": "^6.3.2",
"sass-loader": "^12.4.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"tailwindcss": "3.0.8",
"url-loader": "^4.1.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.1",
"webpack-fix-style-only-entries": "^0.6.1",
"webpack-livereload-plugin": "^3.0.2",
"wp-readme-to-markdown": "^1.0.1"
}
}