forked from bigcommerce/catalyst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 896 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
{
"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.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"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.1.3",
"typescript": "^5.6.2"
}
}