mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
project reset: clearing all files and folders
This commit is contained in:
40
package.json
40
package.json
@ -1,40 +0,0 @@
|
||||
{
|
||||
"name": "reactive-resume",
|
||||
"version": "3.8.4",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "dotenv -- turbo run dev",
|
||||
"build": "dotenv -- turbo run build",
|
||||
"start": "dotenv -- turbo run start",
|
||||
"lint": "turbo run lint",
|
||||
"format": "prettier --write --loglevel silent --cache .",
|
||||
"update-dependencies": "ncu -x nanoid --deep -u && pnpm install",
|
||||
"generate-env": "ts-node ./scripts/generate-env.ts"
|
||||
},
|
||||
"workspaces": [
|
||||
"schema",
|
||||
"client",
|
||||
"server"
|
||||
],
|
||||
"dependencies": {
|
||||
"dotenv-cli": "^7.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.8",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-plugin-import": "^2.28.0",
|
||||
"eslint-plugin-simple-import-sort": "^10.0.0",
|
||||
"eslint-plugin-unused-imports": "^3.0.0",
|
||||
"npm-check-updates": "^16.10.17",
|
||||
"prettier": "^3.0.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"turbo": "^1.10.12",
|
||||
"typescript": "^5.1.6"
|
||||
},
|
||||
"resolutions": {
|
||||
"@types/react": "17.0.2",
|
||||
"@types/react-dom": "17.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user