-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.14 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"autoprefixer": "^10.2.6",
"core-js": "^3.0.0",
"file-loader": "^6.2.0",
"postcss": "^8.3.5",
"postcss-loader": "^6.1.1",
"precss": "^4.0.0",
"purgecss-webpack-plugin": "^4.0.3",
"regenerator-runtime": "^0.13.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"stimulus": "^2.0.0",
"tailwindcss": "^2.2.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^5.1.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.2",
"bootswatch": "^5.0.2",
"glob-all": "^3.2.1",
"jquery": "^3.6.0"
},
"browserslist": [
"> 0.01%"
]
}