mirror of
https://github.com/lektor/lektor-website.git
synced 2025-01-31 22:41:29 +01:00
e52d85abaf
* Updated devDependencies in package.json to their latest versions on NPM * Added "babel-preset-es2015" to compile ES6 to ES5 before passing to UglifyJS, since Uglify can't handle ES6 yet * Suppress warnings from UglifyJS * Ran Webpack to regenerate assets
29 lines
732 B
JSON
29 lines
732 B
JSON
{
|
|
"name": "lektor-gui",
|
|
"version": "1.0.0",
|
|
"description": "Lektor graphical user interface",
|
|
"private": true,
|
|
"main": "static/gen/host.js",
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"babel": "^6.5.2",
|
|
"babel-core": "^6.11.4",
|
|
"babel-eslint": "^6.1.2",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"bootstrap": "^3.3.6",
|
|
"bootstrap-sass": "^3.3.6",
|
|
"css-loader": "^0.23.1",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.9.0",
|
|
"jquery": "^3.1.0",
|
|
"node-sass": "^3.8.0",
|
|
"sass-loader": "^4.0.0",
|
|
"style-loader": "^0.13.1",
|
|
"query-string": "^4.2.2",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.1",
|
|
"font-awesome": "^4.6.3"
|
|
}
|
|
}
|