forked from bigcommerce/catalyst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 785 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": "[email protected]",
"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.10",
"dotenv-cli": "^7.4.4",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
}
}