23 lines
629 B
JSON
23 lines
629 B
JSON
{
|
|
"scripts": {
|
|
"dev": "SNOWPACK_PUBLIC_API_URL=http://localhost:8081 SNOWPACK_PUBLIC_BASE_URL=http://localhost:8080 snowpack dev",
|
|
"build": "snowpack build",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"@snowpack/plugin-typescript": "^1.2.1",
|
|
"@types/node": "^15.0.1",
|
|
"@types/react": "^17.0.4",
|
|
"@types/react-dom": "^17.0.3",
|
|
"@types/snowpack-env": "^2.3.3",
|
|
"snowpack": "^3.3.5",
|
|
"snowpack-plugin-svgr": "^0.1.2",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"wouter": "^2.7.4"
|
|
}
|
|
}
|