-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.94 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "coupon-creator",
"version": "3.4.2",
"repository": "[email protected]:jesseeproductions/coupon-creator.git",
"_zipname": "coupon-creator",
"_zipfoldername": "coupon-creator",
"_resourcepath": "css",
"_domainPath": "languages",
"_textDomain": "coupon-creator",
"_glotPressUrl": "https://translate.wordpress.org",
"_glotPressSlug": "wp-plugins/coupon-creator/stable",
"_glotPressFileFormat": "%textdomain%-%wp_locale%.%format%",
"_glotPressFormats": [
"po",
"mo"
],
"_glotPressFilter": {
"translation_sets": false,
"minimum_percentage": 30,
"waiting_strings": false
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.0.0"
},
"scripts": {
"build": "cross-env BABEL_ENV=default NODE_ENV=production webpack",
"gettext-strings": "cross-env BABEL_ENV=gettext webpack",
"dev": "cross-env BABEL_ENV=default webpack --watch",
"test": "npm run lint",
"lint": "eslint --quiet --parser=babel-eslint src/modules/**/*.js",
"lint-fix": "eslint --fix --quiet --parser=babel-eslint src/modules/**/*.js"
},
"dependencies": {
"@wordpress/a11y": "1.0.3",
"@wordpress/hooks": "1.1.1",
"@wordpress/url": "1.0.0",
"classnames": "^2.2.5",
"file-loader": "^1.1.6",
"archiver": "^0.10.1",
"glob": "~4.0.5",
"gulp": "^4.0.2",
"product-taskmaster": "git+https://github.com/jesseeproductions/coupon-product-taskmaster.git",
"require-dir": "^0.3.0",
"jquery": ">=3.4.0",
"lodash": ">=4.17.13",
"moment": "2.19.3",
"moment-timezone": "0.5.13",
"prop-types": "^15.6.1",
"querystringify": ">=2.0.0",
"react": "^18.2.0",
"react-dom": ">=16.3.3",
"react-places-autocomplete": "^6.1.2",
"react-scroll-to": "^1.1.2",
"react-text-input": "^0.0.8",
"slug": "^0.9.1",
"url-loader": "^0.6.2",
"uuid": "^3.1.0",
"validator": "^9.4.1"
},
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-core": "6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "7.1.2",
"babel-plugin-import-glob": "2.0.0",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-traverse": "6.26.0",
"cross-env": "3.2.4",
"css-loader": "0.28.9",
"css-mqpacker": "^4.0.1",
"eslint": "^4.19.1",
"eslint-config-products": "github:moderntribe/eslint-config-products#v0.1.0",
"eslint-plugin-react": "^7.7.0",
"extract-text-webpack-plugin": "3.0.0",
"gettext-parser": "1.3.0",
"sass": "^1.57.1",
"postcss-cssnext": "^2.5.2",
"postcss-hexrgba": "^1.0.0",
"postcss-import": "^11.0.0",
"postcss-loader": "2.0.6",
"postcss-mixins": "^4.0.1",
"postcss-nested": "^1.0.0",
"sass-variables-loader": "0.1.3",
"style-loader": "0.18.2",
"webpack": "3.10.0"
}
}