forked from the-events-calendar/event-tickets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 5.8 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "event-tickets",
"version": "5.11.0",
"repository": "[email protected]:the-events-calendar/event-tickets.git",
"_zipname": "event-tickets",
"_zipfoldername": "event-tickets",
"_resourcepath": "src/resources",
"_domainPath": "lang",
"_textDomain": "event-tickets",
"_glotPressUrl": "https://translate.wordpress.org",
"_glotPressSlug": "wp-plugins/event-tickets/stable",
"_glotPressFileFormat": "%textdomain%-%wp_locale%.%format%",
"_glotPressFormats": ["po", "mo"],
"_glotPressFilter": {
"translation_sets": false,
"minimum_percentage": 30,
"waiting_strings": false
},
"_stellarwp": {
"i18n": {
"pot_skip_audit": true,
"pot_skip_js": true,
"exclude_from_pot": [
"vendor/",
"tests/",
"vendor-prefixed/",
"src/deprecated",
"src/resources/js/app",
"*.min.js",
"*/__tests__/*",
"__mocks__/*"
]
}
},
"_filePath": {
"eslint": [
"src/modules/**/*.js",
"src/resources/js/admin/**/*.js",
"src/resources/js/v2/**/*.js",
"!src/resources/js/*.min.js",
"!src/resources/js/accordion.js",
"!src/resources/js/move-tickets-dialog.js",
"!src/resources/js/rsvp.js",
"!src/resources/js/tickets-attendees.js",
"!src/resources/js/tickets.js",
"!src/resources/js/tpp-admin.js"
],
"stylelint": [
"src/resources/postcss/**/*.pcss",
"!src/resources/postcss/rsvp-v1.pcss",
"!src/resources/postcss/tickets-report-print.pcss",
"!src/resources/postcss/tickets-report.pcss",
"!src/resources/postcss/tickets-v1.pcss"
],
"jest": [
"src/modules/**/__tests__/**/*.js",
"src/resources/js/**/__tests__/**/*.js"
]
},
"scripts": {
"preinstall": "if [ -d node_modules/@the-events-calendar/product-taskmaster ]; then node node_modules/@the-events-calendar/product-taskmaster/scripts/syncPackageJSON.js; fi",
"analyze": "webpack-bundle-analyzer -m static stats.json",
"bootstrap": "./scripts/linkDependencies",
"build:webpack": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production webpack -p",
"build:webpack:inspect": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production node --inspect node_modules/webpack/bin/webpack.js -p",
"build:gulp": "cross-env NODE_ENV=production gulp",
"build:common": "cd common && npm run build",
"prebuild": "node node_modules/@the-events-calendar/product-taskmaster/scripts/syncBrowserslistConfig.js",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && npm run build:webpack && npm run build:gulp",
"build:inspect": "export NODE_OPTIONS=--openssl-legacy-provider && npm run build:webpack:inspect && npm run build:gulp",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=development webpack -d --watch",
"gettext-strings": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env BABEL_ENV=gettext webpack",
"preanalyze": "export NODE_OPTIONS=--openssl-legacy-provider && cross-env NODE_ENV=production webpack -p --profile --json > stats.json",
"rebuild": "rm -rf node_modules && composer update && npm install && npm run build",
"lint": "npm run lint:eslint && npm run lint:stylelint",
"lint:eslint": "gulp eslint",
"lint:stylelint": "gulp stylelint",
"jest": "TZ=UTC gulp jest",
"zip": "node node_modules/@the-events-calendar/product-taskmaster/util/zip.js",
"glotpress": "gulp glotpress"
},
"engines": { "node": "18.13.0", "npm": "8.19.3" },
"devDependencies": {
"@playwright/test": "^1.40.1",
"@the-events-calendar/product-taskmaster": "^3.0.0",
"@types/node": "^20.10.6",
"@wordpress/eslint-plugin": "^17.2.0",
"@wordpress/hooks": "^1.3.2",
"cross-env": "^5.2.0",
"dotenv": "^16.3.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"gettext-parser": "1.3.0",
"husky": "^1.3.1",
"redux-devtools-extension": "^2.13.7",
"redux-mock-store": "^1.5.3",
"webpack": "^4.26.1",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"@babel/runtime": "^7.15.3",
"@moderntribe/common": "file:common/src/modules",
"@moderntribe/tickets": "file:src/modules",
"@nfen/redux-reducer-injector": "0.0.3",
"@wordpress/a11y": "1.0.3",
"@wordpress/data": "^1.1.0",
"@wordpress/i18n": "^1.2.2",
"@wordpress/is-shallow-equal": "^1.1.4",
"@wordpress/url": "1.0.0",
"bezier-easing": "^2.1.0",
"chrono-node": "^2.2.4",
"classnames": "^2.2.6",
"clipboard": "^2.0.10",
"file-loader": "^1.1.6",
"he": "^1.2.0",
"intro.js": "^3.4.0",
"jquery": "3.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.40",
"mt-a11y-dialog": "^5.1.1",
"prop-types": "^15.6.2",
"querystringify": "^2.0.0",
"react": "^16.14.0",
"react-day-picker": "^7.2.4",
"react-dom": "^16.14.0",
"react-input-autosize": "^2.2.1",
"react-number-format": "^5.3.1",
"react-places-autocomplete": "^6.1.2",
"react-redux": "^5.0.7",
"react-scroll-to": "^1.2.2",
"react-select": "^2.1.2",
"react-text-input": "^0.0.8",
"react-textarea-autosize": "^7.1.2",
"redux": "^4.0.0",
"redux-saga": "^0.16.1",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"uniqid": "^5.0.3",
"url-loader": "^4.1.1",
"validator": "^13.7.0",
"whatwg-fetch": "^2.0.4",
"zero-fill": "^2.2.3"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 Edge versions",
"last 2 Opera versions",
"last 2 iOS versions",
"last 1 Android version",
"last 1 ChromeAndroid version",
"last 1 FirefoxAndroid version",
"> 1%, not op_mini all, not ie <= 11, not ie_mob <= 11"
]
}