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