-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
147 lines (147 loc) · 5.23 KB
/
package.json
File metadata and controls
147 lines (147 loc) · 5.23 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
142
143
144
145
146
147
{
"private": true,
"name": "atlantis",
"version": "0.0.1",
"license": "MIT",
"workspaces": [
"packages/formatters",
"packages/design",
"packages/hooks",
"packages/components",
"packages/components-native",
"packages/docx",
"packages/eslint-config",
"packages/generators",
"packages/stylelint-config",
"packages/site"
],
"scripts": {
"bootstrap": "npm run bootstrap --workspaces --if-present",
"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",
"generate": "plop -- --path='./packages/components/src/'",
"generate:sitemap": "node sitemap-generator.js",
"lint": "npm run lint:js && npm run lint:css",
"lerna:clean": "lerna run clean && lerna clean --y && npm run clean",
"lint:css": "stylelint 'packages/**/*.css' --allow-empty-input --ignore-pattern 'packages/**/dist/**/*.css'",
"lint:fix": "npm run lint:js -- --fix && npm run lint:css -- --fix && npm run lint:markdown -- --write",
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx,.mjs,.cjs . --report-unused-disable-directives",
"lint:markdown": "prettier --check '**/*.{md,mdx}' --write",
"pack": "npm run bootstrap && npm pack -w",
"postinstall": "npm run bootstrap",
"prestart": "npm run build:hooksIndex",
"preventManualRelease": "node scripts/preventManualRelease.js",
"publish:prerelease": "lerna publish --canary --dist-tag next --preid pre",
"publish:prerelease:force": "npm run publish:prerelease -- --force-publish",
"publish:prerelease:githubAction": "lerna publish --canary --summary-file --dist-tag next",
"release-the-kraken": "npm ci && lerna publish",
"release:unpublished-package": "npm ci && lerna publish from-package",
"start": "node scripts/start-dev.mjs --site",
"storybook": "node scripts/start-dev.mjs",
"test": "jest",
"dev:link:web": "concurrently -k -n design,fmt,hooks,comp -c blue,green,yellow,magenta \"npm run watch -w @jobber/design\" \"npm run watch -w @jobber/formatters\" \"npm run watch -w @jobber/hooks\" \"npm run watch -w @jobber/components\"",
"dev:link:native": "concurrently -k -n design,fmt,hooks,comp-native -c blue,green,yellow,magenta \"npm run watch -w @jobber/design\" \"npm run watch -w @jobber/formatters\" \"npm run watch -w @jobber/hooks\" \"npm run watch -w @jobber/components-native\""
},
"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": "*",
"@jobber/components-native": "*",
"@jobber/design": "*",
"@jobber/docx": "*",
"@jobber/eslint-config": "*",
"@jobber/generators": "*",
"@jobber/stylelint-config": "*",
"@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/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",
"concurrently": "^9.1.2",
"chalk": "^4.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",
"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": "^9.1.8",
"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",
"npm": "11"
},
"overrides": {
"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
}