-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "dreadfolio",
"private": true,
"scripts": {
"build": "turbo build",
"build-low-mem": "turbo build --concurrency=2",
"build-more-mem": "turbo build --concurrency=8",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"ssh": "ssh -i portfolio-key-pair.pem ec2-user@ec2-54-164-173-195.compute-1.amazonaws.com",
"encrypt": "dotenvx encrypt",
"decrypt": "dotenvx decrypt",
"pull-submodules": "git submodule update --init --recursive",
"install:vercel": "pnpm run pull-submodules && pnpm install"
},
"devDependencies": {
"@repo/config": "workspace:*",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@tailwindcss/vite": "^4.1.18",
"autoprefixer": "^10.4.17",
"dotenv-cli": "^7.3.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.70.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"turbo": "^1.12.4",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^4.3.1"
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=18"
},
"pnpm": {
"overrides": {
"csstype": "^3.1.3",
"@types/react": "^18.3.18"
}
},
"dependencies": {
"@dotenvx/dotenvx": "^0.34.0",
"@repo/assets": "workspace:*",
"@repo/utils": "workspace:*",
"@tailwindcss/container-queries": "^0.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.1",
"uuid": "^9.0.1"
}
}