generated from openedx/frontend-template-application
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "@openedx/frontend-slot-footer",
"version": "1.0.0-semantically-released",
"description": "Site footer PluginSlot utilizing Frontend Plugin Framework",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/openedx/frontend-slot-footer.git"
},
"browserslist": [
"extends @edx/browserslist-config"
],
"scripts": {
"build": "make build",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"test": "fedx-scripts jest --coverage --passWithNoTests"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"author": "Open edX Community",
"license": "AGPL-3.0",
"homepage": "https://github.com/openedx/frontend-slot-footer#readme",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/openedx/frontend-slot-footer/issues"
},
"dependencies": {
"@openedx/frontend-plugin-framework": "^1.1.2"
},
"peerDependencies": {
"@edx/frontend-component-footer": "*",
"react": "^17.0.0"
},
"devDependencies": {
"@edx/frontend-component-footer": "^14.0.0",
"@edx/browserslist-config": "^1.1.1",
"@openedx/frontend-build": "^14.0.3",
"core-js": "3.37.0",
"glob": "7.2.3",
"husky": "7.0.4",
"jest": "29.7.0",
"react": "^17.0.0",
"regenerator-runtime": "0.14.1"
}
}