-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.65 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
{
"name": "@edx/frontend-component-authn-edx",
"version": "1.0.0-semantically-released",
"description": "Authentication related forms for edX",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "make build",
"i18n_extract": "fedx-scripts formatjs extract",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage --passWithNoTests"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/frontend-component-authn-edx#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/edx/frontend-component-authn-edx.git"
},
"bugs": {
"url": "https://github.com/edx/frontend-component-authn-edx/issues"
},
"dependencies": {
"@edx/brand-edx.org": "^2.0.4",
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-regular-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.2.0",
"@openedx/paragon": "^22.0.0",
"@redux-devtools/extension": "3.3.0",
"@reduxjs/toolkit": "^2.2.3",
"@testing-library/react": "^12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"algoliasearch": "^4.23.3",
"algoliasearch-helper": "^3.18.0",
"classnames": "^2.5.1",
"core-js": "3.36.0",
"fastest-levenshtein": "^1.0.16",
"form-urlencoded": "^6.1.5",
"query-string": "^7.1.3",
"react-redux": "7.2.9",
"react-router": "6.22.3",
"react-router-dom": "6.22.3",
"redux": "4.2.0",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-saga": "1.3.0",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.14.1",
"reselect": "^5.1.0",
"universal-cookie": "^6.0.1"
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/reactifex": "^2.1.1",
"@openedx/frontend-build": "^14.0.0",
"glob": "7.2.3",
"husky": "7.0.4",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"redux": "4.2.0",
"ts-jest": "^29.2.5"
},
"peerDependencies": {
"@edx/frontend-platform": "^7.1.0 || ^8.0.0",
"@openedx/paragon": "^22.0.0",
"prop-types": "^15.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
}
}