-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.24 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.24 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
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
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "visual-player",
"version": "1.0.6",
"description": "Visual Player",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"dev": "gulp",
"server": "gulp",
"start": "gulp",
"build": "gulp build",
"updates": "npx npm-check-updates",
"test": "mocha --reporter mochawesome --reporter-options reportDir=./src/test/report,reportFilename=index.html,quiet=true",
"lint": "eslint .",
"check": "prettier --check ."
},
"author": "Frontend Layers",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/frontend-layers/html-base.git"
},
"keywords": [
"audio",
"media",
"player",
"web-component"
],
"bugs": {
"url": "https://github.com/frontend-layers/html-base/issues"
},
"type": "module",
"homepage": "https://html-base-intro.netlify.app/",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.26.7",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-url": "^8.0.2",
"autoprefixer": "^10.4.20",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"browser-sync": "^3.0.3",
"chai": "^5.1.2",
"concat-with-sourcemaps": "^1.1.0",
"copy-recursive": "^1.0.2",
"css-test-npm": "^1.0.1",
"cssnano": "^7.0.6",
"del": "^8.0.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-promise": "^6.0.0",
"fancy-log": "^2.0.0",
"fs-extra": "^11.3.0",
"glob": "^11.0.1",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^5.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-debug": "^5.0.1",
"gulp-file": "^0.4.0",
"gulp-htmlmin": "^5.0.1",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-prettify": "^0.5.0",
"gulp-remember": "^1.0.1",
"gulp-sass": "^6.0.0",
"gulp-size": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-standard": "^14.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-uglify": "^3.0.2",
"gulp-w3c-html-validator": "^5.3.0",
"gulp-webp": "^5.0.0",
"html-pages-preview": "^1.1.3",
"html-speed": "^1.0.3",
"html-test": "^1.2.1",
"js-components-npm": "^1.0.2",
"localtunnel": "^2.0.2",
"mobile-friendly-test-npm": "^1.0.4",
"mocha": "^11.1.0",
"mochawesome": "^7.1.3",
"open": "^10.1.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"rollup": "^4.32.1",
"rollup-plugin-nunjucks": "^1.0.0",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.83.4",
"scss-mixins-npm": "^1.0.6",
"scss-reset": "^1.4.6",
"twig": "^1.17.1",
"ui-explorer": "^1.2.1"
},
"main": "babel.config.js",
"browserslist": [
"last 2 versions",
"> 1%",
"not dead"
]
}