mirror of
https://github.com/Luzifer/password.git
synced 2024-11-09 01:40:04 +00:00
20 lines
411 B
JSON
20 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"
|
||
|
}
|
||
|
}
|