mirror of
https://github.com/renorris/openfsd
synced 2026-03-22 06:25:35 +08:00
24 lines
533 B
JSON
24 lines
533 B
JSON
{
|
|
"name": "openfsd-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend javascript for openfsd web interface",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/jquery": "^3.5.32",
|
|
"ts-loader": "^9.5.2",
|
|
"typescript": "^5.8.3",
|
|
"webpack": "^5.99.7",
|
|
"webpack-cli": "^6.0.1",
|
|
"webpack-dev-server": "^5.2.1"
|
|
},
|
|
"dependencies": {
|
|
"jose": "^6.0.10",
|
|
"jquery": "^3.7.1"
|
|
}
|
|
}
|