-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 737 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 737 Bytes
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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@popperjs/core": "^2.6",
"@symfony/webpack-encore": "^1.2.0",
"@tabler/core": "^1.0.0-beta2",
"bootstrap": "^5.0.0",
"bootstrap-confirmation2": "^4.0",
"core-js": "^3.12.1",
"file-loader": "^6.0.0",
"highlight.js": "^10.5.0",
"node-sass": "^6.0.0",
"sass-loader": "^11.0.1",
"webpack-notifier": "^1.6"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"prod": "encore production",
"build": "encore production"
}
}