-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
166 lines (166 loc) · 5.24 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@programmer_network/yail",
"version": "1.0.194",
"description": "Programmer Network's official UI library for React",
"author": "Aleksandar Grbic - (https://programmer.network)",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Programmer-Network/yail.git"
},
"main": "dist/yail.es.js",
"module": "dist/yail.es.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-icons": "npx @svgr/cli --typescript --jsx-runtime=automatic --prettier-config=./.prettierrc -d src/Components/Icons assets/icons",
"prepare": "husky",
"storybook": "storybook dev --ci -p 6006",
"format": "prettier --write .",
"build-storybook": "storybook build",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"lint:ci": "eslint --cache .",
"lint:fix": "eslint --cache --fix src",
"lint:quiet": "eslint --cache --quiet src",
"test:ci": "vitest",
"types:check": "tsc"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"*.{css,html,md}": "prettier --write"
},
"vitest": {
"test": {
"include": "/**/*.test.jsx|js|tsx"
}
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@babel/core": "7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@faker-js/faker": "8.4.1",
"@programmer_network/use-ajv-form": "1.0.19",
"@storybook/addon-actions": "8.0.0",
"@storybook/addon-essentials": "8.0.0",
"@storybook/addon-interactions": "8.0.0",
"@storybook/addon-links": "8.0.0",
"@storybook/addon-onboarding": "8.0.0",
"@storybook/blocks": "8.0.0",
"@storybook/manager-api": "8.0.0",
"@storybook/react": "8.0.0",
"@storybook/react-vite": "8.0.0",
"@storybook/theming": "8.0.0",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/jest": "29.5.8",
"@types/node": "20.8.10",
"@types/react": "18.3.1",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.0",
"@types/sanitize-html": "2.9.5",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.4.0",
"ajv": "^8.13.0",
"autoprefixer": "10.4.18",
"client": "link:@types/vite-plugin-svgr/client",
"core": "link:@types/@popperjs/core",
"create": "link:@types/@storybook/theming/create",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.0.11",
"jsdom": "24.0.0",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.12",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.21.1",
"storybook": "8.0.0",
"storybook-addon-remix-react-router": "3.0.0",
"tailwindcss": "3.4.1",
"typescript": "5.4.2",
"vite": "5.2.11",
"vite-plugin-dts": "3.7.3",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.4.0"
},
"dependencies": {
"@popperjs/core": "2.11.8",
"@programmer_network/ajv": "1.0.4",
"@storybook/test": "8.0.0",
"@tiptap/core": "2.2.4",
"@tiptap/extension-blockquote": "2.2.4",
"@tiptap/extension-bold": "2.2.4",
"@tiptap/extension-bullet-list": "2.2.4",
"@tiptap/extension-code": "2.2.4",
"@tiptap/extension-code-block": "2.2.4",
"@tiptap/extension-color": "2.2.4",
"@tiptap/extension-document": "2.2.4",
"@tiptap/extension-dropcursor": "2.2.4",
"@tiptap/extension-hard-break": "2.2.4",
"@tiptap/extension-heading": "2.2.4",
"@tiptap/extension-history": "2.2.4",
"@tiptap/extension-image": "2.2.4",
"@tiptap/extension-italic": "2.2.4",
"@tiptap/extension-link": "2.2.4",
"@tiptap/extension-list-item": "2.2.4",
"@tiptap/extension-mention": "2.2.4",
"@tiptap/extension-ordered-list": "2.2.4",
"@tiptap/extension-paragraph": "2.2.4",
"@tiptap/extension-placeholder": "2.2.4",
"@tiptap/extension-strike": "2.2.4",
"@tiptap/extension-text": "2.2.4",
"@tiptap/extension-text-style": "2.2.4",
"@tiptap/extension-youtube": "2.2.4",
"@tiptap/react": "2.2.4",
"@tiptap/suggestion": "2.2.4",
"@types/react-image-crop": "8.1.6",
"boring-avatars": "1.10.1",
"classnames": "2.5.1",
"prosemirror-state": "1.4.3",
"react-colorful": "5.6.1",
"react-copy-to-clipboard": "5.1.0",
"react-image-crop": "11.0.5",
"react-select": "5.8.0",
"react-select-async-paginate": "0.7.3",
"react-step-wizard": "5.3.11",
"react-tooltip": "5.26.3",
"sanitize-html": "2.12.1",
"tippy.js": "6.3.7"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0",
"react-router-dom": ">=6.22.3"
}
}