-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@bigcommerce/docs",
"version": "1.3.2",
"private": true,
"sideEffects": false,
"license": "(MIT AND CC-BY-3.0)",
"author": "BigCommerce Inc",
"repository": {
"type": "git",
"url": "https://github.com/bigcommerce/big-design.git",
"directory": "packages/docs"
},
"scripts": {
"build": "next build",
"lint": "eslint . --max-warnings 0",
"start": "next",
"typecheck": "tsc --noEmit"
},
"prettier": "@bigcommerce/eslint-config/prettier",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.26.0",
"@babel/standalone": "^7.26.2",
"@bigcommerce/big-design": "workspace:^",
"@bigcommerce/big-design-icons": "workspace:^",
"@bigcommerce/big-design-patterns": "workspace:^",
"@bigcommerce/big-design-theme": "workspace:^",
"@radix-ui/react-scroll-area": "^1.2.0",
"clipboard-copy": "^4.0.1",
"prettier": "^2.4.0",
"prism-react-renderer": "^2.4.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-live": "^4.1.7",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@bigcommerce/configs": "workspace:^",
"@styled/typescript-styled-plugin": "^1.0.1",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.12.7",
"@types/prettier": "^2.0.1",
"@types/react": "^18.2.73",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.23",
"@types/styled-components": "^5.1.34",
"eslint-plugin-mdx": "^3.1.5",
"jsx-to-string-loader": "^1.2.0",
"next": "^14.2.15",
"typescript": "^5.6.3"
}
}