-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 885 Bytes
/
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
{
"name": "erc1155-template",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo build",
"clean": "rm -rf node_modules",
"clean:workspaces": "turbo clean",
"db:generate": "turbo db:generate",
"db:push": "turbo db:push db:generate",
"dev": "turbo dev --filter @erc1155-template/frontend",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json}\" --ignore-path .gitignore",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix && manypkg fix",
"type-check": "turbo type-check"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@manypkg/cli": "^0.20.0",
"@types/prettier": "^2.7.2",
"eslint": "^8.34.0",
"eslint-config-acme": "0.0.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"turbo": "^1.8.2",
"typescript": "^4.9.5"
}
}