generated from template/vite-react-template
init
This commit is contained in:
@@ -1,16 +1,15 @@
|
||||
{
|
||||
"name": "vite-react",
|
||||
"name": "@kevisual/locales",
|
||||
"private": true,
|
||||
"version": "0.0.1",
|
||||
"type": "module",
|
||||
"basename": "/",
|
||||
"basename": "/root/locales",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"pub": "envision deploy ./dist -k vite-react -v 0.0.1",
|
||||
"ev": "npm run build && npm run deploy",
|
||||
"pub": "envision deploy ./dist -k locales -v 0.0.1 -o root -u",
|
||||
"dev:lib": "turbo dev"
|
||||
},
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me>",
|
||||
@@ -35,6 +34,7 @@
|
||||
"@types/react": "^19.0.12",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"fast-glob": "^3.3.3",
|
||||
"tailwindcss": "^4.0.16",
|
||||
"typescript": "^5.8.2",
|
||||
"vite": "^6.2.3"
|
||||
|
||||
Reference in New Issue
Block a user