-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "my-webpack-project",
"version": "1.0.0",
"description": "My webpack project",
"author": "Equipe Jamie",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://fontes.intranet.bb.com.br/cfe/cfe-jamie-ui/cfe-jamie-ui.git"
},
"scripts": {
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"serve": "webpack serve",
"test": "jest",
"clean": "rm -rf dist",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./",
"lint-fix": "eslint --ext .js,.jsx,.ts,.tsx ./ --fix",
"prettier": "prettier --check **/*.{tsx,ts,js,jsx,json,css,scss,md,html}",
"prettier-fix": "prettier --write **/*.{tsx,ts,js,jsx,json,css,scss,md,html}",
"watch": "webpack --watch",
"up": "docker-compose up -d",
"down": "docker-compose down",
"logs": "docker-compose logs",
"up:all": "docker-compose -f docker-compose.all.yml up -d --build",
"down:all": "docker-compose -f docker-compose.all.yml down",
"logs:all": "docker-compose -f docker-compose.all.yml logs",
"lezer": "lezer-generator"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.7.5",
"@codemirror/autocomplete": "^6.0.0",
"@codemirror/lang-javascript": "^6.1.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.0.2",
"@codemirror/language": "^6.0.0",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/theme-one-dark": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@faker-js/faker": "^6.3.1",
"@lezer/common": "^1.0.2",
"@lezer/highlight": "^1.1.3",
"@lezer/lr": "^1.3.3",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.112",
"@mui/material": "^5.11.0",
"@mui/system": "^5.7.0",
"@mui/x-data-grid": "^5.11.0",
"@mui/x-date-pickers": "^5.0.13",
"@react-keycloak/web": "^3.4.0",
"@uiw/codemirror-theme-dracula": "^4.19.9",
"@uiw/react-codemirror": "^4.19.9",
"axios": "^0.27.2",
"codemirror": "^6.0.0",
"codemirror-lang-ejs": "^0.1.5",
"ejs": "^3.1.8",
"graphql": "^16.6.0",
"handlebars": "^4.7.7",
"history": "^5.0.0",
"i18next": "^22.4.6",
"i18next-browser-languagedetector": "^7.0.1",
"imask": "^6.4.2",
"keycloak-js": "^20.0.2",
"lodash": "^4.17.21",
"luxon": "^3.2.1",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.1.1",
"react-imask": "^6.4.2",
"react-router": "6.0.0-beta.0",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.2",
"universal-cookie": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.20.13",
"@lezer/generator": "^1.2.2",
"@testing-library/jest-dom": "^6.0.1",
"@testing-library/react": "^12.0.0",
"@types/ejs": "^3.1.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.191",
"@types/luxon": "^3.2.0",
"@types/node": "^20.5.2",
"@types/react": "^17.0.43",
"@types/react-beautiful-dnd": "^13.1.3",
"@types/react-dom": "^17.0.14",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.19.0",
"@webpack-cli/generators": "^3.0.1",
"autoprefixer": "^10.4.13",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.6.3",
"babel-loader": "8.2.2",
"babel-plugin-prismjs": "^2.1.0",
"css-loader": "^6.7.3",
"dotenv": "^8.2.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.5.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.3",
"jest-environment-jsdom": "^29.6.3",
"mem-fs": "^2.2.1",
"mem-fs-editor": "^9.6.0",
"postcss": "^8.4.20",
"postcss-loader": "^7.0.2",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"serve": "^12.0.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"resolutions": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2"
}
}