-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
91 lines (91 loc) · 2.86 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
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
86
87
88
89
90
91
{
"name": "tweet-old-post",
"version": "9.1.3",
"description": "Tweet Old Posts plugin for WordPress.",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/tweet-old-post.git"
},
"keywords": [
"wordpress-plugin"
],
"category": "plugins",
"textdomain": "tweet-old-post",
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/tweet-old-post/issues"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/tweet-old-post/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"scripts": {
"dev": "webpack --progress --watch --mode development",
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"dist": "bash bin/dist.sh",
"release": "semantic-release --debug",
"lint": "wp-scripts lint-js ./vue -c .eslintrc.js --ext .js,.vue",
"format": "wp-scripts lint-js ./vue -c .eslintrc.js --ext .js,.vue --fix",
"wp-env": "wp-env",
"test:e2e:playwright": "wp-scripts test-playwright --config tests/e2e/playwright.config.js",
"test:e2e:playwright:ui": "wp-scripts test-playwright --config tests/e2e/playwright.config.js --ui"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@playwright/test": "^1.40.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@wordpress/e2e-test-utils-playwright": "^0.14.0",
"@wordpress/env": "^10.2.0",
"@wordpress/scripts": "^26.17.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^9.1.3",
"conventional-changelog-simple-preset": "^1.0.15",
"core-js": "^3.33.3",
"cross-env": "^5.1.6",
"css-loader": "^6.8.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.18.1",
"file-loader": "^6.2.0",
"grunt": "^1.4.0",
"grunt-version": "^2.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"html-loader": "^4.2.0",
"replace-in-file": "^6.2.0",
"semantic-release": "^17.4.3",
"style-loader": "^0.13.2",
"stylelint": "^8.2.0",
"stylelint-config-recommended": "^1.0.0",
"terser-webpack-plugin": "^5.3.9",
"vue-hot-reload-api": "^2.3.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.11.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"moment-duration-format": "^2.2.2",
"npm": "^6.1.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"sprintf-js": "^1.1.3",
"vue": "^2.7.15",
"vue-clickaway": "^2.1.0",
"vue-js-toggle-button": "^1.3.3",
"vue-moment": "^3.2.0",
"vue-resource": "^1.3.4",
"vue2-timepicker": "^0.1.4",
"vuejs-logger": "1.3.4",
"vuex": "^3.6.2"
}
}