|
15 | 15 | "lint": "fedx-scripts eslint --ext .js --ext .jsx .", |
16 | 16 | "snapshot": "fedx-scripts jest --updateSnapshot", |
17 | 17 | "start": "fedx-scripts webpack-dev-server --progress", |
18 | | - "test": "fedx-scripts jest --coverage --passWithNoTests" |
| 18 | + "test": "fedx-scripts jest --coverage --passWithNoTests", |
| 19 | + "pgn:replace-variables": "paragon replace-variables -p src -t usage", |
| 20 | + "dev": "PUBLIC_PATH=/authn/ MFE_CONFIG_API_URL='http://localhost:8000/api/mfe_config/v1' fedx-scripts webpack-dev-server --progress --host apps.local.openedx.io" |
19 | 21 | }, |
20 | 22 | "husky": { |
21 | 23 | "hooks": { |
|
33 | 35 | }, |
34 | 36 | "dependencies": { |
35 | 37 | "@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", |
36 | | - "@edx/frontend-platform": "^8.0.0", |
| 38 | + "@edx/frontend-platform": "^8.3.2", |
37 | 39 | "@edx/openedx-atlas": "^0.6.0", |
38 | 40 | "@fortawesome/fontawesome-svg-core": "6.7.2", |
39 | 41 | "@fortawesome/free-brands-svg-icons": "6.7.2", |
|
73 | 75 | "devDependencies": { |
74 | 76 | "@edx/browserslist-config": "^1.1.1", |
75 | 77 | "@edx/reactifex": "1.1.0", |
76 | | - "@openedx/frontend-build": "^14.0.3", |
| 78 | + "@openedx/frontend-build": "^14.1.3", |
77 | 79 | "babel-plugin-formatjs": "10.5.35", |
78 | 80 | "eslint-plugin-import": "2.31.0", |
79 | 81 | "glob": "7.2.3", |
|
0 commit comments