-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "wp-form-sms",
"version": "1.0.0",
"slug": "wp-form-sms",
"description": "This plugin is for WP Form Sms integration",
"author": "ChiliDevs",
"license": "GPL",
"private": true,
"scripts": {
"prod": "cross-env NODE_ENV=production webpack --mode production --progress",
"dev": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"eslint:fix": "eslint --fix",
"eslint": "eslint",
"installer": "node bin/installer.js"
},
"dependencies": {
"@wordpress/eslint-plugin": "^8.0.0",
"eslint-plugin-jsdoc": "^20.3.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.12.10",
"autoprefixer": "^9.1.5",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.4",
"eslint": "^7.18.0",
"eslint-loader": "^2.1.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^7.0.0",
"jest": "^24.7.1",
"mini-css-extract-plugin": "^0.4.3",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-assets": "^5.0.0",
"postcss-loader": "^3.0.0",
"postcss-pxtorem": "^4.0.1",
"postcss-scss": "^2.0.0",
"prompt": "^1.1.0",
"replace-in-file": "^6.2.0",
"sass-loader": "^7.1.0",
"sass-mq": "^5.0.0",
"style-loader": "^0.23.1",
"stylelint": "^9.6.0",
"stylelint-config-wordpress": "^13.1.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"wp-pot-cli": "^1.2.1"
}
}