-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "seo-simple-pack",
"version": "1.0.0",
"description": "WordPress プラグイン、[SEO SIMPLE PACK](https://wordpress.org/plugins/seo-simple-pack/)。",
"main": "index.js",
"scripts": {
"build": "npm run build:css && npm run build:js",
"build:css": "node sass-builder.js",
"build:js": "npx webpack",
"set:composer": "composer i && composer set-wpcs",
"update": "bash ./bin/zip.sh",
"rm:ds_store": "find . -name '.DS_Store' -type f -ls -delete"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/ddryo/SEO-SIMPLE-PACK.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"node-sass": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@wordpress/browserslist-config": "^2.7.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"core-js": "^3.8.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"node-sass-globbing": "0.0.23",
"postcss-cli": "^8.3.0",
"prettier": "^2.2.1",
"stylelint": "^13.8.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-wordpress": "^17.0.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"browserslist": [
"extends @wordpress/browserslist-config",
"not ie <= 11"
]
}