-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.28 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"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",
"axios": "^1",
"bootstrap": "^5",
"chart.js": "^4",
"flatpickr": "^4.6.6",
"foundation-emails": "^2.3.1",
"jquery": "^3.5.1",
"lodash.debounce": "^4.0.8",
"moment": "^2.29.2",
"noty": "^3.2.0-beta",
"qrious": "^4.0.2",
"vue": "^3",
"vue-flatpickr-component": "^9",
"vue-i18n": "^9",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@intlify/vue-i18n-loader": "^4.1.0",
"@vue/compiler-sfc": "^3.0.3",
"@symfony/webpack-encore": "^4.0.0",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"core-js": "^3.23.0",
"eslint": "^8",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.0.0-beta.4",
"file-loader": "^6.0.0",
"postcss": "^8.2.1",
"postcss-loader": "^7",
"regenerator-runtime": "^0.13.9",
"sass": "^1",
"sass-loader": "^14",
"stylelint": "^16.8.1",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard": "^36.0.1",
"vue-loader": "^17",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"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"
]
}