-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.39 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
43
44
45
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@fortawesome/fontawesome-free": "^6.1.1",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"jquery": "^3.7.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.63.3",
"sass-loader": "^13.0.0",
"vue": "^3.0",
"vue-loader": "^17.1.1",
"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": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.0.12",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@popperjs/core": "^2.11.8",
"@tarekraafat/autocomplete.js": "^10.2.7",
"alpinejs": "^3.12.3",
"bootstrap": "^5.3.0",
"dayjs": "^1.11.9",
"glob-all": "^3.3.1",
"luxon": "^3.4.1",
"path": "^0.12.7",
"postcss": "^8.0.0",
"postcss-loader": "^7.3.3",
"purgecss-webpack-plugin": "^5.0.0",
"tippy.js": "^6.3.7"
}
}