This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.85 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "trainercv-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start-dev": "webpack serve --config webpack.dev.js",
"build": "node webpack.prod.js",
"init-deploy": "cd dist && firebase init",
"deploy": "cd dist && firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fahmij8/trainercv-dpte.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fahmij8/trainercv-dpte/issues"
},
"homepage": "http://trainercv-dpte.web.app/",
"private": "true",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.15.3",
"@types/jquery": "^3.5.6",
"@types/node": "^16.7.1",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^3.3.1",
"eslint": "^7.32.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.4.5",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.5",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.8.0",
"webpack-dev-middleware": "^5.0.0",
"webpack-dev-server": "^4.0.0",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.3.0"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.0",
"@fullcalendar/core": "^5.9.0",
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/interaction": "^5.9.0",
"@fullcalendar/list": "^5.9.0",
"@fullcalendar/timegrid": "^5.9.0",
"@popperjs/core": "^2.9.3",
"axios": "^0.21.1",
"dot-matrix-lcd": "^1.0.0",
"face-api.js": "^0.22.2",
"filepond": "^4.30.0",
"filepond-plugin-file-encode": "^2.1.10",
"filepond-plugin-file-rename": "^1.1.8",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.10",
"firebase": "^9.1.3",
"flatpickr": "^4.6.9",
"pace-js": "^1.2.4",
"perfect-scrollbar": "^1.5.2",
"sweetalert2": "^11.1.4",
"workbox-window": "^6.3.0"
}
}