Rewrite frontend using Vue
This commit is contained in:
parent
48ee6f9bd5
commit
503401ff57
7 changed files with 908 additions and 76 deletions
22
package.json
Normal file
22
package.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "NODE_OPTIONS='--experimental-json-modules' snowpack dev",
|
||||
"build": "NODE_OPTIONS='--experimental-json-modules' snowpack build",
|
||||
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.0.1",
|
||||
"fork-awesome": "^1.1.7",
|
||||
"leaflet": "^1.7.1",
|
||||
"leaflet-extra-markers": "^1.2.1",
|
||||
"redaxios": "^0.4.1",
|
||||
"vue": "^3.0.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@snowpack/plugin-dotenv": "^2.1.0",
|
||||
"@snowpack/plugin-vue": "^2.4.0",
|
||||
"snowpack": "^3.3.7",
|
||||
"snowpack-plugin-cdn-import": "^1.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue