-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.39 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.39 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
{
"name": "ChartJS",
"version": "1.0.0",
"description": "A wrapper of Chart.JS enabling you to configure your graphs with OO interfaces.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/denis-migdal/ChartJS"
},
"scripts": {
"build": "clear ; webpack --no-watch --mode=development",
"build-prod": "clear ; webpack --no-watch --mode=production",
"watch": "clear ; webpack --watch --mode=development"
},
"author": "Denis MIGDAL",
"license": "MIT",
"private": "true",
"dependencies": {
"@swc/core": "^1.13.5",
"chart.js": "^4.5.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-zoom": "^2.2.0"
},
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"fork-ts-checker-notifier-webpack-plugin": "^9.0.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"glob": "^11.0.0",
"highlight": "^0.2.4",
"highlight.js": "^11.10.0",
"html-loader": "^5.1.0",
"markdown-loader": "^8.0.0",
"marked-highlight": "^2.1.3",
"mini-css-extract-plugin": "^2.9.0",
"style-loader": "^4.0.0",
"swc-loader": "^0.2.6",
"url-loader": "^4.1.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}