-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 2.02 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
{
"name": "wp-coupons-and-deals",
"version": "2.8.7",
"description": "WP Coupons and Deals - WordPress Coupon Plugin",
"scripts": {
"pot": "wp-pot --src '**/*.php' --dest-file 'languages/wpcd-coupon.pot' --package 'wpcd_coupon' --domain 'wp-coupons-and-deals' --last-translator 'Imtiaz Rayhan <irayhan.asif@gmail.com>' --team 'WP Coupons and Deals <irayhan.asif@gmail.com>' --bug-report 'https://wpcouponsdeals/contact-us/'",
"dev:build": "cross-env NODE_ENV=development webpack --watch",
"prod:build": "cross-env NODE_ENV=production webpack",
"lint": "eslint ./assets/js/webpack-src --ext .js,.vue"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imtiazrayhan/wp-coupons-and-deals.git"
},
"author": "Imtiaz Rayhan",
"license": "GPLv2 or later",
"bugs": {
"url": "https://github.com/imtiazrayhan/wp-coupons-and-deals/issues"
},
"homepage": "https://github.com/imtiazrayhan/wp-coupons-and-deals/",
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.7.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.2.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.0.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sort": "^2.0.0",
"gulp-wp-pot": "^2.0.4",
"postcss": "^7.0.36",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"url-loader": "^3.0.0",
"vue-loader": "^15.7.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"npm": "^9.2.0",
"vue": "^2.6.10",
"vue-fragment": "^1.5.1",
"vue-resource": "^1.5.3"
}
}