-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "post-popup",
"version": "1.0.0",
"description": "Post Popup",
"main": "index.js",
"scripts": {
"build": "webpack",
"lint:phpcs": "phpcs",
"lint:eslint": "eslint .",
"lint": "npm run lint:phpcs && npm run lint:eslint"
},
"author": "Maja Kochanowska",
"devDependencies": {
"@wordpress/eslint-plugin": "^9.3.0",
"autoprefixer": "^10.4.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.1.4",
"cssnano": "^5.0.11",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-unicorn": "^39.0.0",
"mini-css-extract-plugin": "^2.4.4",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^7.0.1",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@babel/cli": "^7.17.6",
"babel-loader": "^8.2.2",
"core-js": "^3.8.3",
"mdn-polyfills": "^5.20.0",
"promise-polyfill": "^8.2.0",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"whatwg-fetch": "^3.5.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead"
]
}