forked from EasyCorp/EasyAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 827 Bytes
/
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
{
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.16.0",
"@fortawesome/fontawesome-free": "^6.7.1",
"@popperjs/core": "^2.11.5",
"@symfony/webpack-encore": "^5.0.1",
"basiclightbox": "^5.0.4",
"bootstrap": "^5.1.0",
"codemirror": "^5.65.2",
"core-js": "^3.38.0",
"dirty-form": "^0.4.0",
"file-loader": "^6.0.0",
"mark.js": "^8.11.1",
"postcss": "^8.4.31",
"regenerator-runtime": "^0.14.0",
"slugify": "^1.4.0",
"tom-select": "^2.0.1",
"trix": "^2.1.12",
"webpack": "^5.0.0",
"webpack-cli": "^5.1.4"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {}
}