26 lines
589 B
JSON
26 lines
589 B
JSON
{
|
|
"name": "spa",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/core": "^7.24.7",
|
|
"@babel/preset-env": "^7.24.7",
|
|
"@symfony/webpack-encore": "^4.6.1",
|
|
"babel-preset-preact": "^2.0.0",
|
|
"bootstrap": "^5.3.3",
|
|
"cordova": "^12.0.0",
|
|
"html-webpack-plugin": "^5.6.0",
|
|
"node-sass": "^9.0.0",
|
|
"preact": "^10.22.1",
|
|
"preact-router": "^4.1.2",
|
|
"sass-loader": "^14.2.1"
|
|
}
|
|
}
|