-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.26 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
{
"name": "eox-nelp",
"version": "1.0.0",
"description": "Openedx plugin for rendering frontend-essentials library components and embedding their functionality into templates.",
"main": "index.js",
"scripts": {
"build": "fedx-scripts webpack --config ./webpack.prod.config.js",
"dev": "fedx-scripts webpack --config ./webpack.dev.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/edunext/eox-nelp.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/edunext/eox-nelp#readme",
"dependencies": {
"@edunext/frontend-essentials": "^2.7.1",
"@edx/brand": "github:nelc/brand-openedx#open-release/palm.nelp",
"@edx/frontend-platform": "npm:@edunext/frontend-platform@^4.7.0",
"@edx/paragon": "npm:@edunext/[email protected]",
"babel-loader": "^8.2.3",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"webpack": "^5.86.0"
},
"devDependencies": {
"@edx/browserslist-config": "^1.1.1",
"@edx/frontend-build": "github:nelc/frontend-build#open-release/palm.nelp",
"clean-webpack-plugin": "^4.0.0",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^5.5.4",
"sass": "^1.63.3",
"sass-loader": "^13.3.2",
"webpack-merge": "^5.9.0"
}
}