mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-27 06:31:39 +08:00
31 lines
697 B
JSON
31 lines
697 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npx webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"base64-inline-loader": "^1.1.1",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.4.2",
|
|
"file-loader": "^5.0.2",
|
|
"style-loader": "^1.1.3",
|
|
"url-loader": "^3.0.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
|
"bootstrap": "^4.4.1",
|
|
"jquery": "^3.4.1",
|
|
"lodash": "^4.17.15",
|
|
"popper.js": "^1.16.1"
|
|
}
|
|
}
|