-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
{
"name": "xml-html-parser",
"version": "2.0.0",
"description": "xml parser, training using js, ts, babel, gulp and webpack",
"main": "./src/js/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/morozov312/XML-HTML-Parser"
},
"scripts": {
"test": "jest",
"build": "gulp"
},
"keywords": [
"gulp",
"webpack",
"pug",
"scss",
"js",
"typescript",
"build",
"jest",
"xml"
],
"author": "morozov312",
"license": "ISC",
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/jest-dom": "^5.11.9",
"@types/jest": "^26.0.20",
"babel-loader": "^8.2.2",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"browser-sync": "^2.26.13",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"jest": "^26.6.3",
"ts-jest": "^26.5.0",
"typescript": "^4.1.3",
"webpack": "^5.12.2",
"webpack-stream": "^6.1.1"
},
"dependencies": {
"slim-select": "^1.27.0"
}
}