-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·76 lines (76 loc) · 2.15 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
{
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo": "^7.1.1 || ^8.0",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/assets",
"@symfony/webpack-encore": "^4.7.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"bootstrap": "^5.3.3",
"bootstrap-notify": "^3.1.3",
"chosen-js": "^1.8.7",
"core-js": "^3.38.0",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^5.1.0",
"jquery": "^3.7.1",
"jquery-migrate": "^3.5.2",
"jquery-ui": "^1.14.0",
"modernizr": "^3.13.1",
"moments": "^0.0.2",
"popper.js": "^1.16.1",
"postcss": "^8.4.47",
"postcss-loader": "^7.3.4",
"regenerator-runtime": "^0.13.11",
"sass": "^1.80.6",
"sass-loader": "^13.3.3",
"style-loader": "^4.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"name": "myapp",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"description": "",
"build": "webpack --mode production --progress",
"production": "webpack --mode production --progress",
"dependencies": {
"@google-web-components/google-chart": "^5.1.0",
"@googlemaps/js-api-loader": "^1.16.8",
"@mdi/font": "^7.4.47",
"@symfony/stimulus-bridge": "^3.2.2",
"assert": "^2.1.0",
"datatables.net": "^2.1.7",
"datatables.net-bs5": "^2.1.8",
"datatables.net-responsive-bs5": "^3.0.3",
"fs": "^0.0.1-security",
"google-charts": "^2.0.0",
"jquery-ui-sortable": "^1.0.0",
"js-datepicker": "^5.18.3",
"moment": "^2.30.1",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"symfony-collection-js": "^4.3.1",
"webpack-jquery-ui": "^2.0.1"
}
}