* Version Packages * update pnpm lock --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
40 lines
957 B
JSON
40 lines
957 B
JSON
{
|
|
"TODO": "REMOVE PRIVATE FIELD",
|
|
"name": "template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"dev": "watch unbuild src --wait=0.2",
|
|
"lint": "eslint . --fix",
|
|
"test": "vitest run",
|
|
"test-watch": "vitest",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
},
|
|
"main": "./dist/index-server.cjs",
|
|
"module": "./dist/index-server.mjs",
|
|
"browser": "./dist/index-browser.mjs",
|
|
"types": "./dist/index-server.d.ts",
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist/**"
|
|
],
|
|
"dependencies": {
|
|
"@typescript-eslint/eslint-plugin": "5.42.1",
|
|
"@typescript-eslint/parser": "5.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@blitzjs/config": "2.0.8",
|
|
"@types/react": "18.0.25",
|
|
"@types/react-dom": "17.0.14",
|
|
"react": "18.2.0",
|
|
"typescript": "^4.8.4",
|
|
"unbuild": "0.7.6",
|
|
"watch": "1.0.2"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|