-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@symfony/webpack-encore": "^4.5.0",
"autoprefixer": "^10.4.16",
"bootstrap": "^5.3.3",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^3.9.1",
"core-js": "^3.37.0",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"jquery": "^3.7.1",
"postcss": "^8.4.38",
"postcss-loader": "^7.3.3",
"postcss-scss": "^4.0.9",
"sass": "^1.78.0",
"sass-loader": "^13.3.2",
"stylelint": "^15.11.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.3.1"
},
"license": "UNLICENSED",
"browserslist": [
"last 2 versions",
"ios >= 8"
],
"private": true,
"scripts": {
"build": "encore production --progress",
"stylelint": "stylelint assets/css/*"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@typo3/icons": "^4.1.0",
"@yaireo/tagify": "^4.17.9",
"choices.js": "^10.2.0",
"flatpickr": "^4.6.13",
"luxon": "^3.4.4",
"prismjs": "^1.29.0"
}
}