-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
105 lines (105 loc) · 2.82 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
105
{
"name": "adentro",
"version": "2.1.3",
"scripts": {
"build": "gulp",
"prod": "gulp --production",
"deploy": "gulp deploy --production",
"watch": "gulp watch",
"test": "jest ./src",
"mock-mp3": "gulp mock-mp3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@jest/globals": "^27.0.6",
"@jest/types": "^27.0.6",
"@sentry/webpack-plugin": "^1.10.0",
"@types/snapsvg": "^0.5.0",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/parser": "^4.24.0",
"autoprefixer": "^6.1.1",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"bluebird": "^3.7.2",
"css-loader": "^0.23.0",
"expose-loader": "^0.7.5",
"file-loader": "^3.0.1",
"graceful-fs": "^4.2.3",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-open": "^3.0.1",
"gulp-postcss": "^7.0.1",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-util": "^3.0.7",
"imports-loader": "^0.8.0",
"load-grunt-tasks": "^3.2.0",
"merge-stream": "^1.0.0",
"mini-css-extract-plugin": "^0.5.0",
"mkdirp": "^0.5.3",
"plop": "^2.6.0",
"postcss": "^7.0.27",
"postcss-import": "^7.1.3",
"postcss-loader": "^3.0.0",
"posthtml-doctype": "^1.1.1",
"posthtml-extend-attrs": "^1.0.0",
"posthtml-include": "^1.4.0",
"promised-del": "^1.0.2",
"raw-loader": "^2.0.0",
"recursive-readdir": "^2.2.2",
"require-dir": "^0.3.0",
"should": "^7.1.1",
"style-loader": "^0.23.1",
"ts-node": "^10.0.0",
"url-loader": "^1.1.2",
"webpack": "^4.42.0",
"webpack-dev-server": "^3.10.3",
"yargs": "^3.30.0"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@types/cookie_js": "^1.2.1",
"@types/jquery": "^2.0.46",
"babel-preset-stage-2": "^6.24.1",
"basic-ftp": "^2.17.1",
"cheerio": "^1.0.0-rc.3",
"compile-ejs-loader": "0.0.2",
"cookie_js": "^1.4.0",
"cssnano": "^4.1.10",
"dotenv": "^6.2.0",
"ejs": "^2.7.4",
"eslint": "^4.19.1",
"filehound": "^1.17.4",
"gulp-ejs": "^3.3.0",
"gulp-file-cache": "^0.0.1",
"hopscotch": "^0.2.5",
"html-minifier": "^3.5.21",
"htmlnano": "^0.2.5",
"jest": "^27.0.6",
"jquery": "^2.1.4",
"js-yaml": "^3.13.1",
"js-yaml-loader": "^1.2.2",
"plyr": "^3.5.10",
"postcss-cssnext": "^3.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-preset-env": "^6.7.0",
"precss": "^4.0.0",
"sass": "^1.34.0",
"sass-loader": "^7.3.1",
"snapsvg": "^0.5.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"urijs": "^1.19.4",
"webpack-stats-plugin": "^0.1.5",
"webpack-visualizer-plugin": "^0.1.11",
"yaml-loader": "^0.5.0"
},
"resolutions": {
"natives": "1.1.4"
},
"moduleRoots": [
"src"
]
}