-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "ss-2",
"version": "0.0.2",
"author": "Q3 Labs",
"license": "MIT",
"private": true,
"workspaces": {
"packages": [
"packages/snfoundry",
"packages/nextjs"
]
},
"scripts": {
"chain": "yarn workspace @ss-2/snfoundry chain",
"deploy": "yarn workspace @ss-2/snfoundry deploy",
"test": "yarn workspace @ss-2/snfoundry test",
"compile": "yarn workspace @ss-2/snfoundry compile",
"start": "yarn workspace @ss-2/nextjs dev",
"next:lint": "yarn workspace @ss-2/nextjs lint",
"next:check-types": "yarn workspace @ss-2/nextjs check-types",
"vercel": "yarn workspace @ss-2/nextjs vercel",
"vercel:yolo": "yarn workspace @ss-2/nextjs vercel:yolo",
"format": "yarn workspace @ss-2/nextjs format && yarn workspace @ss-2/snfoundry format",
"format:check": "yarn workspace @ss-2/nextjs format:check && yarn workspace @ss-2/snfoundry format:check",
"prepare": "husky"
},
"packageManager": "yarn@3.2.3",
"devDependencies": {
"daisyui": "^4.7.3",
"husky": "^9.0.11",
"next": "^14.0.0",
"pinst": "^3.0.0",
"prettier": "^3.2.5"
},
"dependencies": {
"postcss": "^8.4.38"
}
}