-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 751 Bytes
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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "dotenv turbo run dev",
"start": "turbo run start",
"dock-down": "turbo run dock-down",
"dock-nuke": "turbo run dock-nuke",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"seed": "turbo run seed"
},
"devDependencies": {
"@turbo/gen": "^1.9.7",
"autoprefixer": "^10.4.14",
"dotenv-cli": "^7.2.1",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
"postcss": "^8.4.23",
"prettier": "^2.5.1",
"tailwindcss": "^3.3.2",
"turbo": "^1.9.7"
},
"packageManager": "pnpm@7.15.0",
"name": "flexidb",
"dependencies": {
"daisyui": "^2.51.6",
"next": "^13.4.4"
}
}