36 lines
882 B
JSON
36 lines
882 B
JSON
|
{
|
||
|
"name": "oef-frontend",
|
||
|
"version": "0.0.1",
|
||
|
"description": "OEF frontend",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"build": "webpack",
|
||
|
"watch": "webpack --watch"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"@fortawesome/fontawesome-free": "^5.4.0",
|
||
|
"bootstrap-select": "^1.12.4",
|
||
|
"clean-webpack-plugin": "^0.1.16",
|
||
|
"css-loader": "^0.28.4",
|
||
|
"extract-text-webpack-plugin": "^3.0.0",
|
||
|
"file-loader": "^0.11.2",
|
||
|
"popper.js": "^1.14.4",
|
||
|
"style-loader": "^0.18.2",
|
||
|
"webpack": "^3.5.5"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@fortawesome/fontawesome-free": "^5.4.0",
|
||
|
"ace": "^1.3.0",
|
||
|
"ace-builds": "^1.2.8",
|
||
|
"bootstrap-4": "^4.0.0",
|
||
|
"bootstrap-fileinput": "^4.4.2",
|
||
|
"bootstrap-select": "^1.13.2",
|
||
|
"bootstrap-validator": "^0.11.9",
|
||
|
"jquery": "^3.2.1",
|
||
|
"popper.js": "^1.14.4"
|
||
|
}
|
||
|
}
|