-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.27 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
{
"name": "easy-referral-for-woocommerce",
"version": "1.0.0",
"description": "Easy Referral System for WooCommerce",
"main": "index.js",
"scripts": {
"pot": "wp-pot --src src/app/**/*.php --dest-file src/languages/easy-referral-for-woocommerce.pot --domain easy-referral-for-woocommerce",
"build": "webpack --mode=development --config webpack-config.js & webpack --mode=production --config webpack-config.js",
"watch": "webpack --mode=development --watch --config webpack-config.js",
"eslint": "eslint \"src/assets/**/*.{js,jsx}\" --quiet",
"eslint:fix": "eslint \"src/assets/**/*.{js,jsx}\" --quiet --fix",
"format": "prettier --write \"src/assets/**/*.{js,jsx,scss}\"",
"stylelint": "stylelint \"src/assets/**/*.{css,scss}\"",
"stylelint:fix": "stylelint \"src/assets/**/*.{css,scss}\" --fix"
},
"keywords": [
"referral",
"affiliate",
"referee",
"referrer",
"woocommerce"
],
"stylelint": {
"extends": "stylelint-config-wordpress"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^2.1.1",
"css-mqpacker": "^7.0.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"@wordpress/eslint-plugin": "^3.2.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-prettier": "^3.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^4.2.0",
"img-loader": "^3.0.1",
"image-webpack-loader": "^6.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^1.18.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"stylelint": "^11.0.0",
"stylelint-config-recommended-scss": "^4.0.0",
"stylelint-config-wordpress": "^15.0.0",
"stylelint-order": "^3.1.1",
"stylelint-scss": "^3.11.1",
"stylelint-webpack-plugin": "^1.1.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-livereload-plugin": "^2.2.0",
"wp-pot-cli": "^1.2.4",
"wp-get-plugin-data": "^1.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.6.0"
}
}