-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 914 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": "[email protected]",
"scripts": {
"dev": "dotenv -e .env.local -- turbo run dev",
"build": "dotenv -e .env.local -- turbo run build",
"lint": "turbo lint",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"dotenv-cli": "^7.4.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}