-
Notifications
You must be signed in to change notification settings - Fork 156
/
Copy pathpackage.json
106 lines (106 loc) · 4.36 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "all-in-one-seo-pack",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build:link-format-lite": "npm --prefix ./src/react/link-format run build-webpack-lite",
"build:link-format-pro": "npm --prefix ./src/react/link-format run build-webpack-pro",
"build:lite": "npm run env:lite && vite build && npm run build:link-format-lite",
"build:litewin": "npm run env:litewin && vite build && npm run build:link-format-lite",
"build:pro": "npm run env:pro && vite build && npm run build:link-format-pro",
"build:prowin": "npm run env:prowin && vite build && npm run build:link-format-pro",
"build": "npm run build:lite && npm run build:pro",
"dev:lite": "npm run env:lite && vite",
"dev:litewin": "npm run env:litewin && vite",
"dev:pro": "npm run env:pro && vite",
"dev:prowin": "npm run env:prowin && vite",
"env:lite": "replace-in-files --regex='VITE_VERSION=(.*)Pro(.*)' --replacement='VITE_VERSION=$1Lite$2' ./build/.env && replace-in-files --regex='\\$AIOSEO_VERSION:(.*)pro(.*)' --replacement='$AIOSEO_VERSION:$1lite$2' ./build/_version.scss",
"env:litewin": "replace-in-files --regex=\"VITE\\_VERSION=(.)Pro(.)\" --replacement=\"VITE_VERSION=^$1Lite^$2\" ./build/.env && replace-in-files --regex=\"\\$AIOSEO\\_VERSION: (.)pro(.)\" --replacement=\"$AIOSEO_VERSION: ^$1lite^$2\" ./build/_version.scss",
"env:pro": "replace-in-files --regex='VITE_VERSION=(.*)Lite(.*)' --replacement='VITE_VERSION=$1Pro$2' ./build/.env && replace-in-files --regex='\\$AIOSEO_VERSION:(.*)lite(.*)' --replacement='$AIOSEO_VERSION:$1pro$2' ./build/_version.scss",
"env:prowin": "replace-in-files --regex=\"VITE\\_VERSION=(.)Lite(.)\" --replacement=\"VITE_VERSION=^$1Pro^$2\" ./build/.env && replace-in-files --regex=\"\\$AIOSEO\\_VERSION: (.)lite(.)\" --replacement=\"$AIOSEO_VERSION: ^$1pro^$2\" ./build/_version.scss",
"lint": "eslint --ext .js --ext .vue --ignore-path ../.eslintignore src",
"pot": "./../_aioseo-scripts/pot.sh"
},
"engines": {
"node": ">= 8.0.0"
},
"dependenciesComments": {
"@codemirror/view": "This cannot be updated higher than 6.26.2, breaks JSON highlighting.",
"@varlet/ui": "This cannot be updated to 3.3.5, breaks an import."
},
"dependencies": {
"@codemirror/lang-json": "6.0.1",
"@codemirror/view": "6.26.2",
"@emoji-mart/data": "1.2.1",
"@popperjs/core": "2.11.8",
"@varlet/ui": "3.3.1",
"@wordpress/autop": "4.2.0",
"@wordpress/block-editor": "13.2.0",
"@wordpress/editor": "14.2.0",
"@wordpress/i18n": "5.2.0",
"animate-vanilla-js": "1.0.10",
"apexcharts": "3.50.0",
"caniuse-lite": "^1.0.30001692",
"clipboard": "2.0.11",
"codemirror": "6.0.1",
"element-plus": "2.7.6",
"emoji-mart": "5.6.0",
"he": "^1.2.0",
"libphonenumber-js": "^1.11.18",
"lodash-es": "4.17.21",
"lottie-web": "5.12.2",
"luxon": "3.4.4",
"maz-ui": "3.44.3",
"npm-check-updates": "^16.14.20",
"pinia": "^2.3.0",
"popper.js": "1.15.0",
"quill": "2.0.2",
"superagent": "9.0.2",
"tiny-emitter": "2.1.0",
"tokenizer2": "2.0.1",
"vue": "3.4.31",
"vue-multiselect": "3.0.0",
"vue-router": "4.4.0",
"vue3-apexcharts": "1.5.3",
"vuedraggable": "4.1.0"
},
"devDependenciesComments": {
"eslint": "ESLint cannot be updated until eslint-config-standard supports ESLint 9!"
},
"devDependencies": {
"@rollup/plugin-replace": "^5.0.7",
"@rollup/pluginutils": "^5.1.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-standard": "^8.0.1",
"classnames": "^2.5.1",
"dotenv": "^16.4.7",
"dotenv-cli": "^7.4.4",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"gettext-extractor": "^3.8.0",
"htm": "3.1.1",
"plural-forms": "^0.5.5",
"pofile": "^1.1.4",
"postcss": "^8.5.1",
"postcss-rtlcss": "^5.6.0",
"replace-in-files-cli": "^3.0.0",
"rollup-plugin-delete": "^2.1.0",
"sass": "^1.83.4",
"source-map-support": "^0.5.21",
"unplugin-element-plus": "^0.8.0",
"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.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.30.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/awesomemotive/aioseo.git"
}
}