-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.45 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
{
"dependencies": {
"bootstrap-icons": "^1.11.3",
"vue-book-reader": "^1.0.8"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@hotwired/stimulus": "^3.0",
"@rushstack/eslint-patch": "^1.8.0",
"@symfony/stimulus-bridge": "^3.2",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/webpack-encore": "^4.6",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"core-js": "^3.39.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"prettier": "^3.4.2",
"regenerator-runtime": "^0.14.1",
"sass": "^1.83.0",
"sass-loader": "^13.2.2",
"tom-select": "^2.2.2",
"vue-loader": "^17.4.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev-server-traefik": "encore dev-server --public https://biblioteca-npm.docker.test --allowed-hosts biblioteca-npm.docker.test --allowed-hosts biblioteca.docker.test --host 0.0.0.0 --port=8181 --client-web-socket-url=wss://biblioteca-npm.docker.test/ws",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "NODE_ENV=production encore production --progress"
}
}