-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@popperjs/core": "^2.11.2",
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.7.0",
"autoprefixer": "^10.4.1",
"bloodhound-js": "^1.2.3",
"bootstrap-sass": "^3.4.1",
"bootswatch": "^3.3.7",
"core-js": "^3.0.0",
"highlight.js": "^10.4.1",
"imports-loader": "^0.8.0",
"jquery": "^3.6.0",
"lato-font": "^3.0.0",
"node-sass": "^7.0.0",
"popper.js": "^1.16.1",
"postcss-loader": "^6.0.0",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^12.0.0",
"stimulus": "^2.0.0",
"typeahead.js": "^0.11.1",
"webpack-notifier": "^1.6.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.0.0-alpha17",
"ansi-regex": "^6.0.1",
"bootstrap": "^5.1.3",
"bootstrap-datepicker": "^1.9.0",
"css-what": "^6.0.1",
"formidable": "v3",
"har-validator": "^5.1.5",
"json-schema": "^0.4.0",
"node-forge": "^1.3.1",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"request": "^2.88.2",
"resolve-url": "^0.2.1",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"superagent": "^7.0.0",
"tar": "^6.2.1",
"trim-newlines": "^4.0.2",
"urix": "^0.1.0",
"uuid": "^8.3.2"
}
}