lektor-website/webpack/package.json

29 lines
732 B
JSON
Raw Permalink Normal View History

2015-12-19 14:52:17 +01:00
{
"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"
2015-12-19 14:52:17 +01:00
}
}