generated from JohnGrisham/saas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "saas",
"version": "0.0.0",
"private": true,
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*",
"grafbase"
],
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"generate-tailwind-theme": "turbo run generate-tailwind-theme",
"codegen": "turbo run codegen",
"dev": "turbo run dev --parallel",
"dev:gql": "turbo run dev:gql",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"storybook": "turbo run storybook"
},
"devDependencies": {
"@grafbase/sdk": "^0.3.0",
"@types/jest": "^29.5.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.13",
"concurrently": "^8.2.0",
"eslint-config-next": "^13.1.6",
"graphql": "^16.7.1",
"jest": "^29.5.0",
"jsonwebtoken": "^9.0.1",
"just-split": "^3.2.0",
"postcss": "^8.4.21",
"prettier": "latest",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stripe": "^12.16.0",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"turbo": "1.8.3"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=18.0.0"
},
"resolutions": {
"openid-client": "5.1.10"
},
"packageManager": "[email protected]"
}