-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 2.17 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
{
"dependencies": {
"@fortawesome/fontawesome-free": "~6.4.2",
"@mdi/font": "7.3.67",
"angular": "1.8.3",
"angular-sanitize": "1.8.3",
"angular-ui": "1.0.0",
"axios": "1.6.2",
"bootstrap": "5.3.2",
"buffer": "6.0.3",
"form-data": "4.0.0",
"global": "4.4.0",
"jquery": "3.7.1",
"jsonschema": "1.4.1",
"load-awesome": "1.1.0",
"material-icons": "1.13.12",
"mdb-ui-kit": "5.0.0",
"ui-bootstrap4": "3.0.7"
},
"devDependencies": {
"@babel/core": "7.23.5",
"@fontsource/roboto": "4.5.8",
"@popperjs/core": "2.11.8",
"@snyk/protect": "1.1260.0",
"@types/jquery": "3.5.29",
"@types/node": "20.10.3",
"@types/pbf": "3.0.5",
"@types/typescript": "2.0.0",
"del": "7.1.0",
"eslint": "8.55.0",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-prettier": "5.0.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-babel": "8.0.0",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-cli": "2.3.0",
"gulp-concat": "2.6.1",
"gulp-extract-css-urls": "0.4.0",
"gulp-htmlmin": "5.0.1",
"gulp-if": "3.0.0",
"gulp-minify": "3.1.0",
"gulp-prefix-css": "0.0.4",
"gulp-rename": "2.0.0",
"gulp-rev": "10.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"gulp-uglify": "3.0.2",
"gulp-useref": "5.0.0",
"gulplog": "2.0.1",
"hint": "7.1.10",
"js-beautify": "1.14.11",
"lazypipe": "1.0.2",
"prettier": "3.1.0",
"prettier-babel": "1.0.0"
},
"engines": {
"node": ">=12.9.1"
},
"eslintConfig": {},
"license": "MIT",
"name": "ford-pwr-up-info",
"private": true,
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "git+https://github.com/tonesto7/ford-pwr-up-info.git"
},
"scripts": {
"gulp": "gulp",
"gulp-build": "gulp build",
"prepare": "yarn run snyk-protect"
},
"version": "2023.04.03.0"
}