31 lines
810 B
JSON
31 lines
810 B
JSON
{
|
|
"name": "discord-retokenizer-web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"env-ts": "import-meta-env-typescript -x .env.example -o src"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@import-meta-env/typescript": "^0.2.0",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"dotenv": "^16.0.3",
|
|
"eslint": "^8.29.0",
|
|
"prettier": "^2.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.4.5",
|
|
"sass": "^1.56.2",
|
|
"typescript": "^4.9.4",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@import-meta-env/unplugin": "^0.4.0"
|
|
}
|
|
}
|