-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.91 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.3.0",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/pro-light-svg-icons": "^6.3.0",
"@fortawesome/pro-regular-svg-icons": "^6.3.0",
"@fortawesome/pro-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"bootstrap": "^5",
"chart.js": "^4",
"flatpickr": "^4.6.6",
"foundation-emails": "^2.3.1",
"jquery": "^3.5.1",
"nano-noty": "^4.0.1",
"qrious": "^4.0.2",
"vue": "^3",
"vue-flatpickr-component": "^9",
"xlsx-js-style": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@eslint/js": "^10.0.1",
"@symfony/webpack-encore": "^6",
"autoprefixer": "^10.4.20",
"core-js": "^3.23.0",
"css-loader": "^7.1.2",
"eslint": "^10.4.1",
"eslint-plugin-vue": "^10",
"file-loader": "^6.0.0",
"globals": "^17.6.0",
"postcss": "^8.2.1",
"postcss-loader": "^8",
"sass": "^1",
"sass-loader": "^16",
"stylelint": "^17",
"stylelint-config-recommended-scss": "^17",
"vue-loader": "^17",
"webpack": "^5.74.0",
"webpack-dev-server": "^5.2.2"
},
"overrides": {
"sockjs": {
"uuid": "^11"
}
},
"license": "MIT",
"private": true,
"scripts": {
"dev-server": "encore dev-server --port 8080",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"download-translations": "lokalise2 --token $LOKALISE_TOKEN --project-id 564588455cc2e87e98fb44.15262570 file download --format json --unzip-to assets/js/vue/localization --indentation 2sp --export-empty-as skip --plural-format symfony --placeholder-format icu --export-sort a_z --directory-prefix \"\"",
"lint": "eslint assets/js; stylelint assets/css",
"lint-fix": "eslint --fix assets/js; stylelint --fix assets/css"
},
"browserslist": [
"defaults"
]
}