forked from wizardrylabs/react-eventbrite-popup-checkout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "react-eventbrite-popup-checkout",
"version": "2.0.14",
"description": "A React component for the Eventbrite checkout widgets",
"main": "dist/main.js",
"types": "types.d.ts",
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"eventbrite",
"react"
],
"repository": {
"type": "git",
"url": "git://github.com/wizardrylabs/react-eventbrite-popup-checkout.git"
},
"bugs": {
"url": "https://github.com/wizardrylabs/react-eventbrite-popup-checkout/issues"
},
"author": "Wizardry Labs <contact@wizardrylabs.io>",
"homepage": "https://github.com/wizardrylabs/react-eventbrite-popup-checkout",
"contributors": [
"Maz Ahmadi (https://github.com/cmdshepard)",
"Will Kent-Daggett (https://github.com/wkentdag)"
],
"license": "MIT",
"private": false,
"scripts": {
"prepublishOnly": "npx webpack --config webpack.config.js"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {}
}