-
Notifications
You must be signed in to change notification settings - Fork 354
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.13 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.13 KB
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]+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184",
"scripts": {
"dev": "dotenv -e .env.local -- turbo run dev",
"build": "dotenv -e .env.local -- turbo run build",
"lint": "dotenv -e .env.local -- turbo lint",
"test": "turbo run test",
"test:scripts": "node --test .github/scripts/__tests__/*.test.mts",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.4",
"@types/node": "^22.15.30",
"dotenv-cli": "^8.0.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.12",
"turbo": "^2.5.4",
"typescript": "^5.8.3",
"unlighthouse": "^0.16.3"
}
}