-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
{
"name": "seo-central",
"version": "1.0.0",
"description": "A plugin that generates Awesome SEO.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --config webpack.config.js --mode development --watch",
"prod": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hounder-Co/seo-central-wp-lite.git"
},
"author": "[email protected] <Hounder>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hounder-Co/seo-central-wp-lite/issues"
},
"homepage": "https://github.com/Hounder-Co/seo-central-wp-lite#readme",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"cssnano": "^5.1.15",
"cwebp-bin": "^8.0.0",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.1.0",
"jquery-sortablejs": "^1.0.1",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.1.0",
"postcss-nested": "^6.0.1",
"tailwindcss": "^3.2.7",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@picmo/popup-picker": "^5.8.5",
"driver.js": "^1.1.0",
"picmo": "^5.8.5"
}
}