25 lines
560 B
JSON
25 lines
560 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": {
|
|
"clean-webpack-plugin": "^0.1.16",
|
|
"css-loader": "^0.28.4",
|
|
"extract-text-webpack-plugin": "^3.0.0",
|
|
"file-loader": "^0.11.2",
|
|
"style-loader": "^0.18.2",
|
|
"webpack": "^3.5.5"
|
|
},
|
|
"dependencies": {
|
|
"dynamic-cdn-webpack-plugin": "^5.0.0",
|
|
"module-to-cdn": "^3.1.5"
|
|
}
|
|
}
|