forked from hope-ui/hope-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.57 KB
/
package.json
File metadata and controls
113 lines (113 loc) · 3.57 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
{
"name": "hope-ui-monorepo",
"private": true,
"description": "The SolidJS component library you've hoped for.",
"homepage": "https://hope-ui.com",
"bugs": {
"url": "https://github.com/fabien-ml/hope-ui/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fabien-ml/hope-ui.git"
},
"license": "MIT",
"author": "Fabien MARIE-LOUISE (https://github.com/fabien-ml)",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"clean": "turbo run clean && rm -rf node_modules",
"commit": "git-cz",
"format": "prettier . --write --ignore-path .gitignore && git update-index --again",
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore",
"prepare": "husky install",
"release": "turbo run build && changeset publish",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"version-packages": "changeset version"
},
"lint-staged": {
"*.{md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"eslint",
"prettier --write"
],
"package.json": "pnpm sort-package-json"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"devDependencies": {
"@babel/core": "7.17.9",
"@babel/preset-env": "7.16.11",
"@babel/preset-typescript": "7.16.7",
"@changesets/cli": "2.22.0",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@commitlint/cz-commitlint": "16.2.3",
"@stitches/core": "1.2.8",
"@storybook/addon-a11y": "6.4.20",
"@storybook/addon-actions": "6.4.20",
"@storybook/addon-essentials": "6.4.20",
"@storybook/addon-links": "6.4.20",
"@storybook/addons": "6.4.20",
"@storybook/api": "6.4.20",
"@storybook/builder-webpack5": "6.4.20",
"@storybook/components": "6.4.20",
"@storybook/core-events": "6.4.20",
"@storybook/html": "6.4.20",
"@storybook/manager-webpack5": "6.4.20",
"@storybook/theming": "6.4.20",
"@testing-library/dom": "8.13.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/user-event": "14.0.4",
"@types/jest": "27.4.1",
"@types/lodash.merge": "4.6.6",
"@types/node": "17.0.23",
"@types/prismjs": "1.26.0",
"@types/scroll-lock": "2.1.0",
"@types/testing-library__jest-dom": "5.14.3",
"@typescript-eslint/eslint-plugin": "5.18.0",
"@typescript-eslint/parser": "5.18.0",
"babel-loader": "8.2.4",
"babel-preset-solid": "1.3.13",
"commitizen": "4.2.4",
"eslint": "8.12.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-solid": "0.4.6",
"husky": "7.0.4",
"inquirer": "8.2.2",
"jest": "27.5.1",
"lint-staged": "12.3.7",
"prettier": "2.6.2",
"prismjs": "1.27.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"solid-js": "1.4.0",
"solid-testing-library": "0.3.0",
"solid-transition-group": "0.0.10",
"sort-package-json": "1.55.0",
"storybook-dark-mode": "1.0.9",
"ts-jest": "27.1.4",
"turbo": "1.2.4",
"typescript": "4.6.4",
"vite": "2.9.1",
"vite-plugin-dts": "1.1.1",
"vite-plugin-prismjs": "0.0.8",
"vite-plugin-solid": "2.2.6",
"webpack": "5.72.0"
},
"packageManager": "[email protected]+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531"
}