-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
35 lines (35 loc) · 938 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
29
30
31
32
33
34
35
{
"name": "@bigcommerce/catalyst",
"description": "Catalyst is BigCommerce's composable front-end framework designed for building custom ecommerce storefronts.",
"keywords": [
"bigcommerce",
"ecommerce",
"storefront",
"headless",
"composable",
"nextjs"
],
"license": "MIT",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.7.0",
"scripts": {
"dev": "dotenv -e .env.local -- turbo run dev",
"build": "dotenv -e .env.local -- turbo run build",
"lint": "dotenv -e .env.local -- turbo lint",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"dotenv-cli": "^7.4.3",
"turbo": "^2.3.0",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
}
}
}