forked from openedx-unsupported/frontend-app-ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.62 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
{
"name": "@edx/frontend-app-ecommerce",
"version": "0.1.0",
"description": "User account React app",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-app-ecommerce.git"
},
"scripts": {
"build": "fedx-scripts webpack",
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
"is-es5": "es-check es5 ./dist/*.js",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage"
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/frontend-app-ecommerce#readme",
"publishConfig": {
"access": "public"
},
"husky": {
"pre-commit": "npm run lint"
},
"dependencies": {
"@cospired/i18n-iso-languages": "2.0.2",
"@edx/brand": "npm:@edx/brand-openedx@^1.1.0",
"@edx/frontend-component-footer": "10.1.1",
"@edx/frontend-component-header": "2.2.1",
"@edx/frontend-platform": "1.8.1",
"@edx/paragon": "12.7.1",
"@fortawesome/fontawesome-svg-core": "1.2.14",
"@fortawesome/free-brands-svg-icons": "5.7.2",
"@fortawesome/free-regular-svg-icons": "5.7.1",
"@fortawesome/free-solid-svg-icons": "5.7.1",
"@fortawesome/react-fontawesome": "0.1.4",
"babel-polyfill": "6.26.0",
"classnames": "2.2.6",
"connected-react-router": "5.0.1",
"email-prop-type": "1.1.5",
"font-awesome": "4.7.0",
"form-urlencoded": "3.0.0",
"glob": "7.1.3",
"history": "4.7.2",
"i18n-iso-countries": "3.7.8",
"iso-countries-languages": "0.2.1",
"lodash.camelcase": "4.3.0",
"lodash.get": "4.4.2",
"lodash.pick": "4.4.0",
"lodash.snakecase": "4.1.1",
"newrelic": "5.5.0",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"react-responsive": "6.1.1",
"react-router": "4.2.0",
"react-router-dom": "5.1.2",
"react-transition-group": "2.5.3",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.2",
"redux-logger": "3.0.6",
"redux-saga": "1.1.3",
"redux-thunk": "2.2.0",
"reselect": "4.0.0",
"universal-cookie": "3.1.0"
},
"devDependencies": {
"@edx/frontend-build": "5.6.9",
"axios-mock-adapter": "1.15.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-imports": "1.5.1",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.15.6",
"es-check": "5.2.0",
"fetch-mock": "6.3.0",
"husky": "3.0.9",
"react-dev-utils": "5.0.2",
"react-test-renderer": "16.8.6",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.3"
}
}