-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.63 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
{
"name": "aioseo-duplicate-post",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint --ext .js --ext .vue --ignore-path ../.eslintignore src"
},
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@varlet/ui": "3.6.1",
"@wordpress/autop": "4.2.0",
"@wordpress/block-editor": "13.2.0",
"@wordpress/editor": "14.2.0",
"@wordpress/i18n": "5.2.0",
"he": "^1.2.0",
"lodash-es": "4.17.21",
"luxon": "3.4.4",
"pinia": "^2.2.6",
"popper.js": "1.15.0",
"quill": "2.0.2",
"superagent": "9.0.2",
"vue": "3.5.11",
"vue-multiselect": "3.0.0",
"vue-router": "4.4.0",
"vue-scrollto": "2.20.0"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@rollup/pluginutils": "^5.1.3",
"@vitejs/plugin-react": "^4.3.3",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-standard": "^8.0.1",
"@wordpress/scripts": "^30.4.0",
"classnames": "^2.5.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.31.0",
"gettext-extractor": "^3.8.0",
"htm": "3.1.1",
"plural-forms": "^0.5.5",
"pofile": "^1.1.4",
"postcss": "^8.4.49",
"postcss-rtlcss": "^5.5.0",
"react-refresh": "^0.14.2",
"replace-in-files-cli": "^3.0.0",
"rollup-plugin-delete": "^2.1.0",
"sass": "^1.81.0",
"source-map-support": "^0.5.21",
"url": "^0.11.4",
"vite": "^5.4.11",
"vite-plugin-copy": "^0.1.6",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-live-reload": "^3.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomemotive/aioseo.git"
}
}