@ssplib/react-components 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -8
- package/package.json +53 -53
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
# Components front-end da SSP-DF
|
|
2
|
-
|
|
3
|
-
- Este projeto ainda está em desenvolvimento
|
|
4
|
-
- Focado especificamente para projetos internos
|
|
5
|
-
- Use por conta própria e risco.
|
|
6
|
-
|
|
7
|
-
## Rode o comando abaixo para documentação
|
|
8
|
-
`npm run storybook`
|
|
1
|
+
# Components front-end da SSP-DF
|
|
2
|
+
|
|
3
|
+
- Este projeto ainda está em desenvolvimento
|
|
4
|
+
- Focado especificamente para projetos internos
|
|
5
|
+
- Use por conta própria e risco.
|
|
6
|
+
|
|
7
|
+
## Rode o comando abaixo para documentação
|
|
8
|
+
`npm run storybook`
|
package/package.json
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ssplib/react-components",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "SSP React Components",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"author": "Pedro Henrique <sr.hudrick@gmail.com>",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"@emotion/react": "^11.10.6",
|
|
10
|
-
"@emotion/styled": "^11.10.6",
|
|
11
|
-
"@mui/icons-material": "^5.11.16",
|
|
12
|
-
"@mui/lab": "^5.0.0-alpha.127",
|
|
13
|
-
"@mui/material": "^5.12.1",
|
|
14
|
-
"@mui/x-date-pickers": "^6.2.0",
|
|
15
|
-
"cookies-next": "^2.1.1",
|
|
16
|
-
"dayjs": "^1.11.7",
|
|
17
|
-
"jwt-decode": "^3.1.2",
|
|
18
|
-
"lodash.get": "^4.4.2",
|
|
19
|
-
"next": "^13.3.0",
|
|
20
|
-
"react": "^18.2.0",
|
|
21
|
-
"react-hook-form": "^7.43.9",
|
|
22
|
-
"react-imask": "^6.6.0",
|
|
23
|
-
"react-query": "^3.39.3",
|
|
24
|
-
"typescript": "^5.0.4"
|
|
25
|
-
},
|
|
26
|
-
"devDependencies": {
|
|
27
|
-
"@babel/preset-env": "^7.21.4",
|
|
28
|
-
"@babel/preset-react": "^7.18.6",
|
|
29
|
-
"@babel/preset-typescript": "^7.21.4",
|
|
30
|
-
"@storybook/addon-essentials": "7.0.5",
|
|
31
|
-
"@storybook/addon-interactions": "7.0.5",
|
|
32
|
-
"@storybook/addon-links": "7.0.5",
|
|
33
|
-
"@storybook/blocks": "7.0.5",
|
|
34
|
-
"@storybook/react": "7.0.5",
|
|
35
|
-
"@storybook/react-webpack5": "7.0.5",
|
|
36
|
-
"@storybook/testing-library": "0.0.14-next.2",
|
|
37
|
-
"@tsconfig/recommended": "^1.0.2",
|
|
38
|
-
"@types/lodash.get": "^4.4.7",
|
|
39
|
-
"@types/react": "^18.0.37",
|
|
40
|
-
"prop-types": "15.8.1",
|
|
41
|
-
"react-dom": "18.2.0",
|
|
42
|
-
"storybook": "7.0.5"
|
|
43
|
-
},
|
|
44
|
-
"repository": {
|
|
45
|
-
"type": "git",
|
|
46
|
-
"url": "git+https://github.com/SSPDF/ssp-components.git"
|
|
47
|
-
},
|
|
48
|
-
"keywords": ["front", "react", "components", "ssp", "df"],
|
|
49
|
-
"bugs": {
|
|
50
|
-
"url": "https://github.com/SSPDF/ssp-components/issues"
|
|
51
|
-
},
|
|
52
|
-
"homepage": "https://github.com/SSPDF/ssp-components#readme"
|
|
53
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ssplib/react-components",
|
|
3
|
+
"version": "0.0.13",
|
|
4
|
+
"description": "SSP React Components",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"author": "Pedro Henrique <sr.hudrick@gmail.com>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"dependencies": {
|
|
9
|
+
"@emotion/react": "^11.10.6",
|
|
10
|
+
"@emotion/styled": "^11.10.6",
|
|
11
|
+
"@mui/icons-material": "^5.11.16",
|
|
12
|
+
"@mui/lab": "^5.0.0-alpha.127",
|
|
13
|
+
"@mui/material": "^5.12.1",
|
|
14
|
+
"@mui/x-date-pickers": "^6.2.0",
|
|
15
|
+
"cookies-next": "^2.1.1",
|
|
16
|
+
"dayjs": "^1.11.7",
|
|
17
|
+
"jwt-decode": "^3.1.2",
|
|
18
|
+
"lodash.get": "^4.4.2",
|
|
19
|
+
"next": "^13.3.0",
|
|
20
|
+
"react": "^18.2.0",
|
|
21
|
+
"react-hook-form": "^7.43.9",
|
|
22
|
+
"react-imask": "^6.6.0",
|
|
23
|
+
"react-query": "^3.39.3",
|
|
24
|
+
"typescript": "^5.0.4"
|
|
25
|
+
},
|
|
26
|
+
"devDependencies": {
|
|
27
|
+
"@babel/preset-env": "^7.21.4",
|
|
28
|
+
"@babel/preset-react": "^7.18.6",
|
|
29
|
+
"@babel/preset-typescript": "^7.21.4",
|
|
30
|
+
"@storybook/addon-essentials": "7.0.5",
|
|
31
|
+
"@storybook/addon-interactions": "7.0.5",
|
|
32
|
+
"@storybook/addon-links": "7.0.5",
|
|
33
|
+
"@storybook/blocks": "7.0.5",
|
|
34
|
+
"@storybook/react": "7.0.5",
|
|
35
|
+
"@storybook/react-webpack5": "7.0.5",
|
|
36
|
+
"@storybook/testing-library": "0.0.14-next.2",
|
|
37
|
+
"@tsconfig/recommended": "^1.0.2",
|
|
38
|
+
"@types/lodash.get": "^4.4.7",
|
|
39
|
+
"@types/react": "^18.0.37",
|
|
40
|
+
"prop-types": "15.8.1",
|
|
41
|
+
"react-dom": "18.2.0",
|
|
42
|
+
"storybook": "7.0.5"
|
|
43
|
+
},
|
|
44
|
+
"repository": {
|
|
45
|
+
"type": "git",
|
|
46
|
+
"url": "git+https://github.com/SSPDF/ssp-components.git"
|
|
47
|
+
},
|
|
48
|
+
"keywords": ["front", "react", "components", "ssp", "df"],
|
|
49
|
+
"bugs": {
|
|
50
|
+
"url": "https://github.com/SSPDF/ssp-components/issues"
|
|
51
|
+
},
|
|
52
|
+
"homepage": "https://github.com/SSPDF/ssp-components#readme"
|
|
53
|
+
}
|