forked from kamp-us/monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.47 KB
/
package.json
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
56
57
58
{
"name": "@kampus/monorepo",
"private": true,
"workspaces": [
"apps/*",
"config/*",
"db/*",
"packages/*"
],
"scripts": {
"gql": "turbo dev --filter=@kampus-apps/gql",
"web": "turbo dev --filter=@kampus-apps/*",
"dev": "turbo dev",
"build": "turbo run build",
"prettier": "prettier --write .",
"lint": "turbo run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamp-us/monorepo.git"
},
"author": "kamp.us <[email protected]> (https://kamp.us/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamp-us/monorepo/issues"
},
"homepage": "https://github.com/kamp-us/monorepo#readme",
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.0.2",
"@kampus/eslint-config": "*",
"@types/node": "20.2.5",
"@types/prettier": "2.7.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"class-variance-authority": "0.6.0",
"clsx": "1.2.1",
"cross-env": "7.0.3",
"lucide-react": "0.241.0",
"next": "13.4.4",
"postcss": "8.4.24",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "1.13.1",
"tailwindcss": "3.3.2",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
"turbo": "1.10.7",
"turbo-ignore": "1.10.3",
"typescript": "5.0.4"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.14.2"
}
}