-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
125 lines (125 loc) · 4.68 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "bodiless-js",
"description": "Bodiless-JS",
"version": "1.0.0-rc.37",
"workspaces": [
"packages/*",
"sites/*"
],
"keywords": [
"gatsby",
"nextjs"
],
"license": "Apache-2.0",
"scripts": {
"build": "cross-env NODE_ENV=production npx -y turbo build",
"build:only": "npx -y turbo run build --filter",
"build:packages": "npx -y turbo build --filter=./packages/*",
"check": "cross-env NODE_ENV=production npx -y turbo check",
"clean": "npm run clean --workspaces --if-present && rimraf .eslintcache sites/*/.env.development sites/*/.env.production",
"copyright": "node ./scripts/add-copyright",
"dev": "cross-env NODE_ENV=development npx -y turbo dev --concurrency=100 --filter=./packages/* --filter=@sites/${APP_SITE_NAME:-test-site}",
"fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx packages sites",
"fix:target": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx packages sites playwright --",
"lint:target": "eslint --cache --ext .js,.jsx,.ts,.tsx",
"patch-package": "patch-package",
"publish:all": "npm run build && lerna publish --registry $NPM_REGISTRY",
"publish:from-package": "npm run build && lerna publish from-package --registry $NPM_REGISTRY",
"publish:from-git": "lerna publish from-git --yes --dist-tag latest",
"publish:canary": "lerna publish --canary --include-merged-tags --preid ks-canary --dist-tag ks-canary --force-publish",
"version:patch": "lerna version patch --conventional-commits --force-publish",
"version:minor": "lerna version minor --conventional-commits",
"version:major": "lerna version major --conventional-commits",
"postinstall": "./postinstall.sh",
"setup": "npm install",
"start": "npx -y turbo run start --filter=@sites/${APP_SITE_NAME:-test-site}",
"sync:fix": "syncpack fix-mismatches",
"sync:check": "syncpack list-mismatches",
"test": "npx -y turbo test",
"test:pw-functional": "WAIT_ON_TIMEOUT=600000 PLAYWRIGHT_SUITE=smoke-deprecated npx playwright test",
"test:playwright": "APPLITOOLS_BATCH_ID=`uuidgen` WAIT_ON_TIMEOUT=600000 PLAYWRIGHT_SUITE=smoke-vital npx playwright test",
"version": "git checkout package-lock.json",
"vital-check": "node ./scripts/vital-check"
},
"husky": {
"hooks": {
"pre-push": "npm run sync:check && npm run lint && npm run check && npm run vital-check"
}
},
"dependencies": {
"@types/html2canvas": "0.0.35",
"complexity-report": "^2.0.0-alpha",
"debug": "^4.1.1",
"html2canvas": "^1.0.0-rc.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"start-server-and-test": "^1.12.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "7.5.0",
"@babel/runtime": "^7.4.2",
"@applitools/eyes-playwright": "^1.13.0",
"@axe-core/playwright": "^4.7.3",
"axe-html-reporter": "2.2.3",
"@playwright/test": "^1.30.0",
"@types/enzyme": "^3.9.1",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.158",
"@types/rc-tooltip": "^3.7.1",
"@types/react-dom": "^18.2.0",
"@types/react": "^18.2.0",
"@types/slate": "^0.47.9",
"@types/uuid": "^3.4.4",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"axios": "^0.21.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"cross-env": "^5.2.0",
"docsify-cli": "^4.3.0",
"dotenv": "^8.2.0",
"enzyme": "^3.9.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.19.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"husky": "^3.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"jest-sonar-reporter": "^2.0.0",
"@cfaester/enzyme-adapter-react-18": "^0.7.0",
"lerna": "^5.0.0",
"npm-run-all": "^4.1.5",
"ora": "^4.0.2",
"react-test-renderer": "^18.0.0",
"rimraf": "^2.6.3",
"syncpack": "^6.2.0",
"ts-jest": "^26.4.4",
"tslint": "^5.12.1",
"tslint-config-airbnb": "^5.11.1",
"typedoc": "^0.24.4",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.0.0",
"patch-package": "^6.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/johnsonandjohnson/bodiless-js.git"
},
"engines": {
"node": ">=18.16"
}
}