forked from SchulIT/icc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.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
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
68
69
70
{
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"@fullcalendar/bootstrap": "^4.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@fullcalendar/timeline": "^4.4.0",
"@symfony/webpack-encore": "^1.0.0",
"@vue/compiler-sfc": "^3.1.4",
"autoprefixer": "^9.8.5",
"axios": "^0.21.1",
"bazinga-translator": "^4.0.1",
"bootstrap": "^4.0.0",
"bootstrap-darkmode": "^0.5.0",
"bootstrap.native": "^2.0",
"bootstrap.native-loader": "^2.0.0",
"bootstrap4-card-tables": "^1.1.1",
"bs-custom-file-input": "^1.3.2",
"choices.js": "^9.0.0",
"clipboard": "^2.0.4",
"copy-webpack-plugin": "^5.0.2",
"core-js": "^3.1.4",
"css-loader": "^2.0.0",
"dropzone": "^5.7.0",
"easymde": "^2.9.0",
"emojione": "2.x",
"file-saver": "^2.0.2",
"foundation-emails": "^2.4.0",
"inline-attachment": "^2.0.3",
"intl-messageformat": "^9.7.1",
"jspdf": "^2.5.0",
"jspdf-autotable": "^3.5.23",
"jszip": "^3.6",
"jszip-utils": "^0.1.0",
"node-sass": "^6.0.0",
"node-sass-glob-importer": "^5.3.2",
"postcss-loader": "^4.0",
"sass-loader": "^10.0",
"simple-datatables": "^2.1.13",
"uglify-js": "^3.8.0",
"uuid": "^8.1.0",
"vanilla-picker": "^2.10.0",
"vue": "3.x",
"vue-axios": "^3.2.4",
"vue-loader": "^16.3.0"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
]
}