-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.93 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
{
"name": "@narimanb/wreactui",
"version": "3.1.1",
"description": "React UI component library based on Tailwind CSS V3 for fast and accessible development of gorgeous interfaces.",
"main": "dist/index.js",
"files": [
"lib",
"dist",
"config.js",
"README.md"
],
"scripts": {
"prebuild": "rimraf dist lib && npm run build:lib && npm run build:ts",
"build:ts": "tsc --declaration --declarationMap --emitDeclarationOnly",
"build:tailwind": "npx tailwindcss -i style/tailwind.css -o style/tailwind.output.css -c tailwind.config.js",
"build:lib": "babel src/themes/default.ts --out-file lib/defaultTheme.js",
"build": "webpack --mode=production",
"predev": "npm run build:tailwind",
"cz": "git cz",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint .",
"lint:fix": "eslint . --fix --max-warnings=0",
"format": "prettier . --write",
"prerelease": "npm run build",
"release": "release-it",
"prestorybook": "npm run build:tailwind",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"classnames": "^2.3.2",
"deepmerge": "^4.3.1",
"postcss": "^8.4.24",
"postcss-loader": "^7.3.3",
"react-focus-lock": "^2.9.4",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/cli": "^7.22.5",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@release-it/conventional-changelog": "^5.1.1",
"@storybook/addon-a11y": "^7.0.24",
"@storybook/addon-actions": "^7.0.24",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/addon-styling": "^1.3.2",
"@storybook/blocks": "^7.0.24",
"@storybook/builder-webpack5": "^7.0.24",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^7.0.24",
"@storybook/react-webpack5": "^7.0.24",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^8.0.1",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"commitizen": "^4.3.0",
"css-loader": "^6.8.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"release-it": "^15.11.0",
"rimraf": "^5.0.1",
"storybook": "^7.0.24",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/narimanb/wreactui.git"
},
"keywords": [
"wreactui",
"windmill",
"react ui",
"tailwindcss 3",
"react ui components",
"react components"
],
"author": {
"name": "Nariman Bortov",
"email": "[email protected]",
"url": "https://github.com/narimanb"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/narimanb/wreactui/issues"
},
"homepage": "https://github.com/narimanb/wreactui#readme",
"publishConfig": {
"access": "public"
}
}