mirror of
https://github.com/Luzifer/password.git
synced 2024-11-08 17:30:10 +00:00
Knut Ahlers
032281ba56
- Use Babel to transpile sources - Use Webpack to include all libraries Signed-off-by: Knut Ahlers <knut@ahlers.me>
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"name": "password",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/preset-env": "^7.2.3",
|
|
"babel-loader": "^8.0.4",
|
|
"css-loader": "^2.1.0",
|
|
"file-loader": "^3.0.1",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.28.3",
|
|
"webpack-cli": "^3.1.2"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^3.3.7",
|
|
"bootswatch": "^3.3.7",
|
|
"jquery": "^3.3.1"
|
|
}
|
|
}
|