-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 3.77 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
{
"name": "react-fblibrary",
"version": "1.0.10",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fonteeboa/react-fb-library.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "dist/bundle.js",
"types": "dist/types/src/index.d.ts",
"scripts": {
"test": "jest --passWithNoTests --no-cache --coverage",
"lint": "eslint .",
"lint-fix": "eslint . --ext .ts,.tsx --fix",
"build": "rollup -c",
"publishVersion": "npm run build && rm -y dist/src/test && npm publish"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@babel/preset-typescript": "^7.23.3",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-modal": "^3.16.3",
"antd": "^5.12.2",
"axios": "^1.6.2",
"heroicons-react": "^1.4.1",
"i18next-browser-languagedetector": "^7.2.0",
"moment": "^2.29.4",
"react": "^18.0.0",
"react-i18next": "^13.5.0",
"react-loader-spinner": "^6.1.0",
"react-modal": "^3.16.1",
"react-router-dom": "^6.21.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/aria-query": "^5.0.4",
"@types/scheduler": "^0.23.0",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-solid": "^0.13.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"jest-junit": "^16.0.0",
"match-media-mock": "^0.1.1",
"node-fetch": "^3.3.2",
"react-app": "^1.1.2",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2"
},
"keywords": [
"ant",
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component",
"ui",
"library",
"fblibrary",
"fonteboa",
"reusable",
"development",
"efficiency",
"standardization",
"quality",
"innovation",
"library",
"UI",
"accelerate",
"consistency",
"visual",
"tested",
"best practices",
"MIT",
"license",
"ant",
"component",
"components",
"design",
"framework",
"frontend",
"react",
"react-component",
"ui",
"library",
"fblibrary",
"fonteboa",
"componentes",
"reutilizáveis",
"desenvolvimento",
"eficiência",
"padronização",
"qualidade",
"inovação",
"biblioteca",
"UI",
"acelerar",
"consistência",
"visual",
"testados",
"melhores práticas",
"MIT",
"licença"
]
}