-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.71 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
55
56
57
58
59
60
61
62
{
"name": "opencommerce-admin",
"version": "0.0.1-dev",
"private": true,
"description": "Admin UI for Mailchimp Open Commerce",
"keywords": [
"moc",
"open commerce",
"reaction"
],
"license": "GPL-3.0",
"author": "DemandCluster <[email protected]>",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo run build -vvv",
"build:admin": "turbo run build --scope=admin --include-dependencies -vvv",
"dev": "turbo run dev --no-cache --parallel",
"dev:storybook-admin": "turbo run dev --no-cache --parallel --scope=storybook-admin",
"lint": "turbo run lint",
"test": "turbo run test",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^2.8.1",
"turbo": "^1.6.3"
},
"peerDependencies": {
"subscriptions-transport-ws": "^0.11.0"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "17.0.2"
}
},
"overrides": {
"@apollo/client": "^3.7.2",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-helmet": "^6.1.5",
"@types/react-table": "^7.7.9",
"@types/react-window": "^1.8.5",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"graphql": "^16.6.0",
"subscriptions-transport-ws": "^0.9.0 || ^0.11.0"
}
},
"packageManager": "[email protected]"
}