-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
143 lines (143 loc) · 4.88 KB
/
package.json
File metadata and controls
143 lines (143 loc) · 4.88 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
{
"name": "forma-36-monorepo",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"packages/components/*"
],
"description": "Forma 36 - The Contentful Design System",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/contentful/forma-36.git"
},
"bugs": {
"url": "https://github.com/contentful/forma-36/issues"
},
"homepage": "https://github.com/contentful/forma-36#readme",
"scripts": {
"build": "turbo run build",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"generate": "plop --plopfile scripts/plopfile.js",
"lint": "npm run-script lint:js && npm run-script lint:packages",
"lint:js": "eslint packages --ext .js,.jsx,.ts,.tsx",
"lint:packages": "node scripts/lint-packages.js",
"prettier": "prettier --write '**/*.{jsx,js,ts,tsx,md,mdx}'",
"prettier:check": "prettier --check '**/*.{jsx,js,ts,tsx,md,mdx}'",
"pretty:quick": "npx pretty-quick --staged --pattern '**/*.*(js|jsx|ts|tsx|md|mdx)'",
"storybook": "storybook dev -p 9001 -c ./scripts/.storybook",
"storybook:build": "storybook build -c ./scripts/.storybook -o dist-storybook --webpack-stats-json",
"test": "jest",
"test:watch": "jest --watch",
"tsc": "tsc --noEmit",
"tsc:watch": "tsc --noEmit --watch",
"docs": "npm run-script docs:next",
"docs:next": "turbo run start --filter=@contentful/f36-website --parallel --no-cache",
"docs:next:build": "turbo run build:prod --filter=@contentful/f36-website --parallel --force",
"docs:next:start-prod": "turbo run start:prod --filter=@contentful/f36-website --parallel",
"changelog:gen": "node scripts/changesets/changelog-generate.js",
"changelog:write": "node scripts/changesets/changelog-write.js",
"changeset:publish": "node scripts/changesets/generate-releases.js",
"postversion": "npx prettier",
"prerelease": "node scripts/prerelease.mjs"
},
"packageManager": "npm@8.5.0",
"browserslist": "extends @contentful/browserslist-config",
"devDependencies": {
"@babel/core": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@changesets/assemble-release-plan": "^6.0.9",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.28.1",
"@changesets/config": "^3.1.1",
"@changesets/pre": "^2.0.2",
"@changesets/read": "^0.6.3",
"@chromatic-com/storybook": "^4.1.1",
"@commitlint/cli": "^20.3.1",
"@commitlint/config-conventional": "^19.8.1",
"@contentful/browserslist-config": "^4.0.0",
"@contentful/f36-core": "^6.0.0-alpha.0",
"@contentful/f36-tokens": "^6.0.0-alpha.0",
"@emotion/babel-plugin": "^11.13.5",
"@emotion/eslint-plugin": "^11.12.0",
"@eslint/compat": "^2.0.1",
"@eslint/eslintrc": "^3",
"@eslint/js": "^9.35.0",
"@manypkg/get-packages": "1.1.3",
"@size-limit/preset-big-lib": "^12.0.0",
"@storybook/addon-a11y": "^9.1.19",
"@storybook/addon-docs": "^9.1.19",
"@storybook/addon-vitest": "^9.1.19",
"@storybook/react-vite": "^9.1.19",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/jest-axe": "^3.5.9",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"babel-jest": "^30.1.2",
"babel-plugin-emotion": "^11.0.0",
"chalk": "^5.6.2",
"eslint": "^9.39.1",
"eslint-config-next": "^15.5.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^9.1.19",
"fast-glob": "^3.3.3",
"globals": "^17.4.0",
"globby": "^15.0.0",
"inquirer": "^12.9.6",
"jest": "^30.1.3",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^30.1.2",
"jest-resolve": "^30.1.3",
"jest-watch-typeahead": "^3.0.1",
"octokit": "^2.0.14",
"playwright": "^1.55.0",
"plop": "^4.0.5",
"prettier": "3.8.1",
"pretty-quick": "4.2.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"semver": "^7.7.3",
"simple-git-hooks": "^2.13.1",
"size-limit": "^12.0.0",
"storybook": "^9.1.19",
"ts-jest": "^29.4.1",
"tsup": "^8.5.0",
"turbo": "^2.5.6",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.0",
"vite": "^7.3.2",
"vitest": "^3.2.4"
},
"simple-git-hooks": {
"pre-commit": "npm run-script pretty:quick",
"commit-msg": "npx commitlint -e \"$@\""
},
"engines": {
"node": ">=20.19.0",
"npm": ">=8.5.0",
"yarn": "Please use npm"
},
"overrides": {
"@emotion/eslint-plugin": {
"eslint": ">=9.0.0"
},
"react-day-picker": {
"react": ">=19.1.0"
}
}
}