-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
144 lines (144 loc) · 4.55 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "root",
"description": "Foundational Layout Primitives for your React App",
"private": true,
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/Bedrock-Layouts/Bedrock.git"
},
"workspaces": [
"packages/*"
],
"author": "Jarvis1010 <[email protected]>",
"homepage": "https://bedrock-layout.dev/",
"scripts": {
"start": "storybook dev -p 9001 -c .storybook",
"start:solid": "lerna run start:solid",
"test": "vitest --run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest --watch --notify",
"lint": "lerna run lint --parallel",
"lint-staged": "lint-staged",
"knip": "npx knip",
"check-types": "lerna run check-types --parallel",
"check-format": "lerna run check-format --parallel",
"fix-format": "lerna run fix-format --parallel",
"bootstrap": "lerna bootstrap --use-workspaces",
"dedup": "npx yarn-deduplicate yarn.lock",
"cz": "cz",
"clean": "lerna clean",
"build": "lerna run build",
"build:storybook": "storybook build --docs",
"prepublish": "yarn build",
"publish": "lerna publish",
"publish:ci": "yarn publish -- --no-commit-hooks --ignore-scripts",
"publish:fix": "lerna publish from-package",
"verify": "yarn build && yarn check-types && yarn lint && yarn check-format && yarn test:coverage && yarn knip",
"postinstall": "husky install",
"chromatic": "npx chromatic --build-script-name build:storybook --only-changed --untraced 'packages/primitives/package.json' --untraced 'package.json' --project-token=$CHROMATIC_PROJECT_TOKEN"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@vitest/coverage-c8": "^0.33.0",
"dedent": "^1.3.0",
"highlight.js": "^11.10.0",
"nx": "^19.6.5",
"open-props": "^1.7.5"
},
"devDependencies": {
"@chromaui/addon-visual-tests": "^1.0.0",
"@nrwl/nx-cloud": "^19.1.0",
"@solidjs/router": "^0.9.1",
"@storybook/addon-actions": "^8.2.9",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-mdx-gfm": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/react-vite": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@types/dedent": "^0.7.0",
"@types/minify": "^9.0.0",
"@types/node": "^22.5.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitest/coverage-v8": "^0.34.1",
"chromatic": "^11.7.1",
"commitizen": "^4.2.3",
"concat": "^1.0.3",
"cssnano": "^7.0.5",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-functional": "^6.6.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-storybook": "^0.11.1",
"husky": "^9.1.5",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.6.0",
"import-sort-style-module": "^6.0.0",
"jsdom": "^24.1.1",
"lerna": "^8.1.8",
"lint-staged": "^15.2.9",
"minify": "^11.4.0",
"postcss": "^8.4.41",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"prettier-plugin-import-sort": "0.0.7",
"react": "^18.3.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-test-renderer": "^18.3.0",
"rimraf": "^6.0.1",
"solid-js": "^1.8.21",
"solid-styled-components": "^0.28.5",
"storybook": "^8.2.9",
"styled-components": "^6.1.12",
"ts-node": "^10.9.1",
"typescript": "^5.4.4",
"typescript-eslint": "^8.9.0",
"vite": "^5.4.1",
"vite-plugin-solid": "^2.5.0",
"vite-plugin-turbosnap": "^1.0.0",
"vitest": "^0.34.1"
},
"resolutions": {
"prismjs": ">=1.27.0"
},
"prettier": {
"semi": true,
"singleQuote": false,
"arrowParens": "always"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
},
"lint-staged": {
"*.+(js|ts|tsx)": [
"eslint"
],
"**/*.+(js|json|ts|tsx)": [
"prettier --write"
],
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}