forked from impress-org/givewp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.96 KB
/
Copy pathpackage.json
File metadata and controls
118 lines (118 loc) · 3.96 KB
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
{
"name": "give",
"main": "index.js",
"scripts": {
"start": "npm install && npm run watch",
"dev": "mix",
"production": "mix --production",
"build": "mix --production",
"watch": "mix watch",
"env": "wp-env"
},
"repository": {
"type": "git",
"url": "git+https://github.com/impress-org/give.git"
},
"author": "Impress.org, LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/impress-org/give/issues"
},
"homepage": "https://github.com/impress-org/give#readme",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/eslint-parser": "^7.13.10",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.12.17",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.14.5",
"@babel/runtime": "^7.13.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@wordpress/dependency-extraction-webpack-plugin": "^3.3.2",
"@wordpress/env": "^4",
"autoprefixer": "^9.5.0",
"axios-mock-adapter": "^1.18.2",
"babel-loader": "^8.2.2",
"babel-plugin-react-require": "^3.1.3",
"jest": "^24.9.0",
"jest-puppeteer": "^4.4.0",
"laravel-mix": "^6.0.34",
"prettier": "^2.4.1",
"puppeteer": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.3",
"sass-loader": "^12.2.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.60.0",
"webpack-rtl-plugin": "^2.0.0",
"wp-pot": "^1.7.0",
"wp-textdomain": "^1.0.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@paypal/paypal-js": "^1.0.2",
"@reach/tabs": "^0.16.1",
"@stripe/react-stripe-js": "^1.2.2",
"@stripe/stripe-js": "^1.12.1",
"@wordpress/block-editor": "^8.0.17",
"@wordpress/components": "^19.2.3",
"@wordpress/data": "^6.1.5",
"@wordpress/hooks": "^3.3.1",
"@wordpress/i18n": "^3.19.0",
"@wordpress/server-side-render": "^3.1.3",
"accounting": "latest",
"axios": "^0.21.2",
"chart.js": "^2.9.3",
"chartjs-plugin-crosshair": "^1.1.4",
"chosen-js": "^1.8.7",
"classnames": "^2.2.6",
"clipboard": "^2.0.7",
"float-labels.js": "^3.3.6",
"flot": "^0.8.0-alpha",
"flot-orderbars": "^1.0.0",
"gravatar": "^1.8.0",
"hint.css": "^2.5.1",
"iframe-resizer": "^4.2.10",
"interweave": "^13.0.0",
"jquery": "^3.6.0",
"jquery-chosen": "latest",
"jquery.payment": "latest",
"lodash": "^4.17.21",
"magnific-popup": "latest",
"moment": "^2.29.4",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-a11y-dialog": "^6.1.5",
"react-acceptjs": "^0.3.0",
"react-csv": "^2.0.1",
"react-currency-input-field": "^3.2.4",
"react-dates": "^21.7.0",
"react-dom": "^16.12.0",
"react-dropzone": "^11.2.4",
"react-google-recaptcha": "^2.1.0",
"react-is": "^17.0.1",
"react-payment-inputs": "^1.1.7",
"react-redux": "^7.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.1.0",
"react-square-web-payments-sdk": "^3.2.1",
"styled-components": "^5.2.1",
"swr": "^1.2.0",
"uiblocker": "latest",
"vhtml": "^2.2.0"
},
"volta": {
"node": "12.22.6",
"npm": "7.24.2"
}
}