-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "javascript-experiments",
"version": "0.0.0",
"description": "Testing TypeScript, Gulp, and other JS frameworks",
"license": "MIT",
"type": "module",
"dependencies": {
"@fastify/compress": "^6.1.0",
"@fastify/static": "^6.4.0",
"autoprefixer": "^10.4.7",
"cssnano": "^5.1.12",
"del": "^6.1.1",
"fastify": "^4.2.0",
"glob": "^8.0.3",
"gulp": "^4.0.2",
"gulp-buster": "^1.1.0",
"gulp-ext-replace": "^0.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-jsonminify": "^1.1.0",
"gulp-merge": "^0.1.1",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"imagemin-webp": "^7.0.0",
"path": "^0.12.7",
"postcss": "^8.4.14",
"pureimage": "^0.3.14",
"typescript": "^4.7.4",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"chromedriver": "^97.0.4",
"fluent-ffmpeg": "^2.1.2",
"geckodriver": "^3.0.1",
"gulp-real-favicon": "^0.3.2",
"mocha": "^9.2.2",
"selenium-webdriver": "^4.3.0",
"stylelint": "^14.9.1",
"stylelint-config-standard": "^26.0.0",
"stylelint-no-unsupported-browser-features": "^5.0.3"
},
"scripts": {
"test": "mocha"
}
}