-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 5.3 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 5.3 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
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"private": true,
"name": "atlantis",
"version": "0.0.1",
"packageManager": "pnpm@10.33.0",
"license": "MIT",
"scripts": {
"bootstrap": "pnpm -r --if-present run bootstrap",
"build": "./scripts/build.sh",
"build:hooksIndex": "node scripts/createIndexFile.js ./packages/hooks/src",
"ci:release": "lerna publish --yes --no-private",
"clean": "rm -rf node_modules **/dist packages/**/.rollup.cache packages/**/storybook-static",
"clean-all": "pnpm run clean && rm -rf packages/*/node_modules",
"generate": "plop -- --path='./packages/components/src/'",
"generate:sitemap": "node sitemap-generator.js",
"lint": "pnpm run lint:js && pnpm run lint:css",
"lerna:clean": "lerna run clean && lerna clean --y && pnpm run clean",
"lint:css": "stylelint 'packages/**/*.css' --allow-empty-input --ignore-pattern 'packages/**/dist/**/*.css'",
"lint:fix": "pnpm run lint:js -- --fix && pnpm run lint:css -- --fix && pnpm run lint:markdown -- --write",
"lint:js": "node scripts/run-eslint.cjs",
"lint:markdown": "prettier --check '**/*.{md,mdx}' --write",
"pack": "pnpm run bootstrap && node scripts/pack-workspace.mjs",
"postinstall": "pnpm run bootstrap",
"prestart": "pnpm run build:hooksIndex",
"preventManualRelease": "node scripts/preventManualRelease.js",
"publish:prerelease": "lerna publish --canary --dist-tag next --preid pre",
"publish:prerelease:force": "pnpm run publish:prerelease -- --force-publish",
"publish:prerelease:githubAction": "lerna publish --canary --summary-file --dist-tag next",
"release-the-kraken": "pnpm install && lerna publish",
"release:unpublished-package": "pnpm install && lerna publish from-package",
"start": "node scripts/start-dev.mjs --site",
"storybook": "node scripts/start-dev.mjs",
"test": "node scripts/run-jest.cjs",
"dev:link:web": "concurrently -k -n design,fmt,hooks,comp -c blue,green,yellow,magenta \"pnpm --filter @jobber/design run watch\" \"pnpm --filter @jobber/formatters run watch\" \"pnpm --filter @jobber/hooks run watch\" \"pnpm --filter @jobber/components run watch\"",
"dev:link:native": "concurrently -k -n design,fmt,hooks,comp-native -c blue,green,yellow,magenta \"pnpm --filter @jobber/design run watch\" \"pnpm --filter @jobber/formatters run watch\" \"pnpm --filter @jobber/hooks run watch\" \"pnpm --filter @jobber/components-native run watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/GetJobber/atlantis.git"
},
"author": "The Frends",
"bugs": {
"url": "https://github.com/GetJobber/atlantis/issues"
},
"homepage": "https://github.com/GetJobber/atlantis#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-syntax-import-attributes": "^7.24.7",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@jobber/components": "workspace:*",
"@jobber/components-native": "workspace:*",
"@jobber/design": "workspace:*",
"@jobber/eslint-config": "workspace:*",
"@jobber/generators": "workspace:*",
"@jobber/stylelint-config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/glob": "7.1.1",
"@types/history": "^4.7.6",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.149",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.11.0",
"babel-plugin-react-native-web": "^0.20.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"chalk": "^4.1.2",
"concurrently": "^9.1.2",
"eslint": "^8.36.0",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-mdx": "^1.16.0",
"eslint-plugin-monorepo-cop": "^1.0.2",
"eslint-plugin-react": "^7.33.2",
"glob": "^7.1.4",
"graphql": "^15.8.0",
"graphql-ws": "^5.12.0",
"husky": "^2.4.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-junit": "^15.0.0",
"lerna": "^6.5.1",
"lint-staged": "^9.4.2",
"lodash": "^4.17.21",
"plop": "^4.0.1",
"prettier": "^2.4.1",
"prettier-linter-helpers": "^1.0.1",
"react": "19.1.1",
"react-docgen-typescript": "^2.4.0",
"react-dom": "19.1.1",
"react-ga4": "^2.1.0",
"react-intl": "^7.1.11",
"react-router-dom": "^5.3.4",
"rollup": "^4.24.0",
"storybook": "10.3.5",
"stylelint": "^16.2.1",
"stylelint-junit-formatter": "^0.2.1",
"subscriptions-transport-ws": "^0.11.0",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR",
"iOS 9",
"ie >= 11"
],
"engines": {
"node": "24",
"pnpm": "10"
},
"overrides": {
"react": "19.1.1",
"react-dom": "19.1.1",
"react-test-renderer": "19.1.1",
"lerna": {
"semver": "^5.7.2 || ^6.3.1 || ^7.5.2",
"make-dir": {
"semver": "^6.3.1"
}
},
"trim": "0.0.3",
"pretty-format": {
"react-is": "19.1.1"
}
},
"engineStrict": true
}