25 lines
622 B
JSON
25 lines
622 B
JSON
{
|
|
"name": "lektor-gui",
|
|
"version": "1.0.0",
|
|
"description": "Lektor graphical user interface",
|
|
"private": true,
|
|
"main": "static/gen/host.js",
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/eslint-parser": "^7.16.3",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"babel-loader": "^9.1.0",
|
|
"bootstrap": "^3.3.6",
|
|
"bootstrap-sass": "^3.3.6",
|
|
"css-loader": "^7.1.2",
|
|
"font-awesome": "^4.6.3",
|
|
"jquery": "^3.1.0",
|
|
"mini-css-extract-plugin": "^2.4.5",
|
|
"sass": "^1.43.5",
|
|
"sass-loader": "^14.2.1",
|
|
"webpack": "^5.76.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|