forked from ADE-Scheduler/ADE-Scheduler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "ADE-Scheduler",
"version": "2.0.0",
"description": "<p align=\"center\"> <img src=\"https://github.com/SnaKyEyeS/ADE-Scheduler/blob/AS-2.0/static/img/ade_scheduler_icon.png\" width=\"200\" height=\"200\"> </img> </p>",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"lint": "eslint --fix --ignore-path .gitignore '**/*.{js,vue}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnaKyEyeS/ADE-Scheduler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SnaKyEyeS/ADE-Scheduler/issues"
},
"homepage": "https://github.com/SnaKyEyeS/ADE-Scheduler#readme",
"devDependencies": {
"css-loader": "^5.2.7",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^8.4.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"postcss": "^8.3.0",
"sass": "^1.41.1",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/vue": "^5.10.1",
"@popperjs/core": "^2.9.2",
"@types/leaflet": "^1.7.0",
"axios": "^0.21.2",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.5.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"nord": "^0.2.1",
"overlapping-marker-spiderfier-leaflet": "^0.2.7",
"plotly.js-dist": "^2.14.0",
"vue": "^2.6.14",
"vue-swatches": "^2.1.1",
"vue2-leaflet": "^2.7.1",
"vuex": "^3.6.2"
}
}