-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@symfony/webpack-encore": "^4.0.0",
"bootstrap": "^5.3.0",
"core-js": "^3.31.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.63.6",
"sass-loader": "^13.0.0",
"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": {
"@popperjs/core": "^2.11.7",
"@types/ace": "^0.0.51",
"ace-builds": "^1.31.1",
"ace-code-editor": "^1.2.3",
"axios": "^1.5.1",
"bootstrap-icons": "^1.10.5",
"choices.js": "^10.2.0",
"deepmerge": "^4.3.1",
"htmx.org": "^1.9.8",
"perfect-scrollbar": "^1.5.5",
"popper": "^1.0.1",
"sweetalert2": "^11.7.32",
"tiny-slider": "^2.9.4"
}
}