-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"@symfony/webpack-encore": "^2.1.0",
"axios": "^1.7.4",
"bootstrap": "^5.1.3",
"bootstrap-sass": "^3.3.7",
"bootswatch": "^5.1.3",
"bs-custom-file-input": "^1.3.4",
"core-js": "^3.0.0",
"file-loader": "^6.0.0",
"highlight.js": "^10.4.1",
"imports-loader": "^0.8.0",
"jquery": "^3.5.1",
"lato-font": "^3.0.0",
"popper.js": "^1.16.1",
"sass": "^1.52.1",
"sass-loader": "^12.0.0",
"typeahead.js": "^0.11.1",
"vue": "^3.0",
"vue-loader": "^15",
"vue-template-compiler": "^2.6.14",
"webpack-notifier": "^1.15.0"
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"ansi-regex": "^6.0.1",
"color-string": "^1.9.0",
"dns-packet": "^5.4.0",
"glob-parent": "^6.0.2",
"hosted-git-info": "^4.1.0",
"is-svg": "^4.3.2",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"ssri": "^8.0.1",
"trim-newlines": "^4.0.2",
"url-parse": "^1.5.9",
"ws": "^8.17.1"
}
}