mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"name": "@stackframe/js-example",
|
|
"version": "2.8.36",
|
|
"private": true,
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "dotenv -e .env.development -e .env.local -- vite --port 8119 --force",
|
|
"clean": "rimraf dist && rimraf node_modules"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@stackframe/js": "workspace:*",
|
|
"dotenv-cli": "^7.4.1",
|
|
"typescript": "5.3.3",
|
|
"vite": "^6.1.0"
|
|
}
|
|
}
|