-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.36 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.36 KB
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
{
"name": "manuel-translation-bundle",
"version": "1.0.0",
"description": "Bundle que permite la creación y edición de etiquetas de traducción desde la Base de datos \r Puedes Crear y Modificar traducciones de etiquetas de manera simple y sin tocar archivos xml, yml, php...\r Y además crear facilmente desde el Profiler las etiquetas sin traducir aun.",
"main": "webpack.config.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"@babel/preset-react": "^7.17.12",
"@symfony/webpack-encore": "^2.1.0",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"core-js": "^3.22.7",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^18.1.0",
"react-query": "^3.39.1",
"sass": "^1.52.1",
"sass-loader": "^12.6.0",
"uuid": "^8.3.2",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manuelj555/ManuelTranslationBundle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/manuelj555/ManuelTranslationBundle/issues"
},
"homepage": "https://github.com/manuelj555/ManuelTranslationBundle#readme"
}