-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 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
{
"name": "bytic-admin-base",
"version": "0.0.1",
"description": " ",
"private": true,
"author": "Gabriel Solomon",
"license": "proprietary",
"scripts": {
"dev": "yarn run development",
"development": "yarn encore dev",
"prod": "yarn run production",
"production": "yarn encore prod"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@hotwired/turbo": "^8.0.23",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"bootstrap-colorpicker": "^3.4.0",
"bytic-bootstrap-materialize": "^5.0.1",
"core-js": "^3.41.0",
"jgrowl": "^1.5.1",
"jquery": "^3.7.1",
"jquery-slimscroll": "^1.3.8",
"jquery-timepicker": "^1.3.3",
"jquery-ui": "^1.14.1",
"js-cookie": "^3.0.5",
"node-waves": "^0.7.6"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@symfony/webpack-encore": "^5.1.0",
"bootstrap-switch": "^3.4.0",
"sass": "^1.86.0",
"sass-loader": "^16.0.5",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"packageManager": "yarn@4.8.0"
}