-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.09 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "le2ml-gui",
"version": "1.2.13",
"description": "GUI for the LE2ML project",
"scripts": {
"start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint . --ext .js,.json",
"commit": "git-cz",
"release": "standard-version",
"publish": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlorentinTh/LE2ML-GUI.git"
},
"author": "FlorentinTh",
"license": "Apache-2.0",
"pre-commit": [
"lint"
],
"bugs": {
"url": "https://github.com/FlorentinTh/LE2ML-GUI/issues"
},
"homepage": "https://github.com/FlorentinTh/LE2ML-GUI#README",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/generator": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/runtime": "^7.18.6",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-minify": "^0.5.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.23.3",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.1.0",
"handlebars-loader": "^1.7.2",
"html-loader": "^3.1.2",
"html-webpack-plugin": "^5.5.0",
"https-browserify": "^1.0.0",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"postcss": "^8.4.14",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"pre-commit": "^1.2.2",
"prettier": "^2.7.1",
"process": "^0.11.10",
"sass-loader": "^13.0.2",
"standard-version": "^9.5.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.3",
"url": "^0.11.0",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@openfonts/roboto-mono_latin": "^1.44.1",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"email-validator": "^2.0.4",
"eventsource": "^2.0.2",
"handlebars": "^4.7.7",
"handlebars-utils": "^1.0.6",
"js-cookie": "^3.0.1",
"js-file-download": "^0.4.12",
"plotly.js-cartesian-dist-min": "^2.12.1",
"sweetalert2": "^11.4.19"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"overrides": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"minimist": "^1.2.6",
"async": "^2.6.4",
"semver-regex": "^3.1.3"
}
}