{ "scripts": { "dev": "SNOWPACK_PUBLIC_API_URL=https://publitebackend.dmitriy.icu 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", "typescript": "^4.2.4" }, "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "serve": "^12.0.0" } }