forked from openedx-unsupported/frontend-app-payment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·89 lines (89 loc) · 2.92 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
{
"name": "@edx/frontend-app-payment",
"version": "0.1.0",
"description": "Payment React app",
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/frontend-app-payment.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "fedx-scripts webpack && node create-apple-merchant-file.js",
"audit:allowlisted": "npx audit-ci --config audit-ci.json",
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
"lint": "fedx-scripts eslint . --ext .js,.jsx",
"prepare": "husky install",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"start:stage": "fedx-scripts webpack-dev-server --config=webpack.dev-stage.config.js --progress",
"test": "fedx-scripts jest --coverage"
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/openedx/frontend-app-payment#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/openedx/frontend-app-payment/issues"
},
"dependencies": {
"@edx/brand": "npm:@edx/[email protected]",
"@edx/frontend-component-footer": "^11.5.0",
"@edx/frontend-component-header": "^3.4.0",
"@edx/frontend-platform": "^3.1.1",
"@edx/paragon": "^20.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@stripe/react-stripe-js": "^1.10.0",
"@stripe/stripe-js": "^1.36.0",
"axios": "^0.27.2",
"bootstrap": "4.6.1",
"classnames": "^2.3.1",
"core-js": "^3.23.5",
"form-urlencoded": "^6.0.6",
"lodash.camelcase": "^4.3.0",
"lodash.snakecase": "^4.1.1",
"lodash.without": "^4.4.0",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.8",
"react-router-dom": "^5.3.3",
"react-tooltip": "^4.2.21",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"redux-saga-routines": "^3.2.3",
"redux-thunk": "^2.4.1",
"regenerator-runtime": "^0.13.9",
"reselect": "^4.1.6",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.0",
"@edx/frontend-build": "12.4.19",
"@edx/reactifex": "^2.1.0",
"audit-ci": "^6.3.0",
"axios-mock-adapter": "^1.21.1",
"chance": "^1.1.8",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"lodash.defaultsdeep": "^4.6.1",
"qs": "^6.11.0",
"react-test-renderer": "^16.14.0",
"redux-mock-store": "^1.5.4",
"rosie": "^2.1.0",
"webpack-merge": "^5.8.0"
}
}