-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.92 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
{
"name": "@platformbuilders/fluid-react",
"version": "1.2.11",
"private": false,
"description": "Builders React for Fluid Design System",
"keywords": [
"fluid",
"fluid design system",
"platformbuilders",
"react",
"elements"
],
"repository": {
"type": "git",
"url": "git+https://github.com/platformbuilders/fluid-react.git"
},
"license": "MIT",
"author": "Platform Builders <tecnologia@platformbuilders.io>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc --project ./tsconfig.json",
"clean": "rm -rf ./node_modules yarn.lock dist coverage && yarn install",
"lint": "tsc --noEmit && eslint 'src/**/*.{ts,tsx}' --fix",
"precommit": "yarn lint",
"prepare": "husky install",
"pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.{ts,tsx,js}\"",
"prepublish": "yarn build",
"preversion": "yarn test && yarn lint",
"postversion": "git push && git push --tags",
"version:major": "npm version major",
"version:minor": "npm version minor",
"version:patch": "npm version patch",
"storybook:dev": "storybook dev -p 6006",
"storybook:build": "storybook build",
"test": "npx playwright install --with-deps; yarn storybook:build; npx concurrently -k -s first -n \"Storybook Build,Storybook Test\" -c \"auto\" \"npx http-server storybook-static --port 6006 --silent \" \"npx wait-on http-get://127.0.0.1:6006 && test-storybook \""
},
"lint-staged": {
"*.{ts,tsx}": [
"yarn pretty",
"yarn lint"
]
},
"dependencies": {
"@platformbuilders/helpers": "0.8.2",
"@platformbuilders/theme-toolkit": "0.3.0",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.0.2",
"@radix-ui/react-select": "1.2.2",
"lottie-web": "5.12.2",
"numeral": "2.0.6",
"patch-package": "7.0.2",
"react-imask": "7.1.3",
"react-multi-date-picker": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.23.3",
"@commitlint/cli": "17.6.7",
"@commitlint/config-conventional": "17.6.7",
"@faker-js/faker": "7.4.0",
"@platformbuilders/eslint-config-builders": "1.0.2",
"@storybook/addon-a11y": "7.6.12",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-interactions": "7.6.13",
"@storybook/addon-links": "7.6.12",
"@storybook/addon-themes": "7.6.12",
"@storybook/blocks": "7.6.12",
"@storybook/jest": "0.2.3",
"@storybook/react": "7.6.12",
"@storybook/react-vite": "7.6.12",
"@storybook/test": "7.6.12",
"@storybook/test-runner": "0.16.0",
"@storybook/testing-library": "0.2.2",
"@types/lodash": "4.14.196",
"@types/moment": "2.13.0",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@types/react-lottie": "1.2.6",
"@types/react-router-dom": "5.3.3",
"@types/react-text-mask": "5.4.11",
"@types/styled-components": "5.1.26",
"@types/yup": "0.32.0",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"@vitejs/plugin-react": "4.0.3",
"babel-loader": "8.2.5",
"babel-plugin-transform-async-to-generator": "6.24.1",
"chromatic": "10.7.1",
"css-loader": "6.8.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.45.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-babel-module": "5.3.2",
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-sonarjs": "0.19.0",
"eslint-plugin-storybook": "0.6.13",
"file-loader": "6.2.0",
"formik": "2.4.2",
"husky": "8.0.3",
"in-publish": "2.0.1",
"jsdom": "22.1.0",
"lint-staged": "13.2.3",
"lodash": "4.17.21",
"mz": "2.7.0",
"polished": "4.2.2",
"prettier": "2.8.8",
"prettierrc": "0.0.0-5",
"react": "18.2.0",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"rmfr": "2.0.0",
"storybook": "7.6.12",
"style-loader": "3.3.3",
"styled-components": "6.0.5",
"svg-inline-loader": "0.8.2",
"ts-loader": "9.4.4",
"typescript": "5.1.6",
"vitest": "0.33.0"
},
"peerDependencies": {
"@platformbuilders/helpers": "0.8.2",
"formik": ">=2.2.9",
"lodash": ">=4.17.21",
"polished": ">=4.2.2",
"react": ">=18.2.0",
"react-router-dom": ">=6.3.0",
"styled-components": ">=5.3.5"
}
}