-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.35 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 2.35 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
{
"name": "asteroidblock",
"version": "1.0.0",
"description": "",
"author": "",
"contributors": [],
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": "^18.0.0"
},
"homepage": "",
"bugs": "",
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"watch": "gulp watch",
"static": "gulp static",
"clean": "gulp clean",
"lint": "gulp eslint && gulp stylelint"
},
"dependencies": {
"adblock-detect-javascript-only": "1.0.5",
"axios": "0.18.0",
"js-cookie": "2.2.0",
"just-detect-adblock": "1.1.0",
"lodash": "4.17.10",
"nexusui": "2.1.6",
"tippy.js": "6.3.7",
"tone": "14.8.35"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/polyfill": "7.2.5",
"@babel/preset-env": "7.3.1",
"@babel/register": "7.0.0",
"autoprefixer": "9.4.6",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"babel-webpack-plugin": "0.1.1",
"browser-sync": "2.26.3",
"chai": "4.2.0",
"cross-env": "5.1.6",
"css-mqpacker": "7.0.0",
"cssnano": "4.1.8",
"del": "3.0.0",
"eslint-config-google": "0.11.0",
"eslint-config-prettier": "4.0.0",
"eslint-plugin-import": "2.15.0",
"eslint-plugin-prettier": "3.0.1",
"gulp": "4.0.0",
"gulp-clean": "0.4.0",
"gulp-eslint": "5.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-imagemin": "5.0.3",
"gulp-newer": "1.4.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-prettier-plugin": "1.3.0",
"gulp-prettify": "0.5.0",
"gulp-sass": "5.0.0",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "2.6.4",
"gulp-stylelint": "8.0.0",
"gulp-twig": "1.2.0",
"jsdom": "13.2.0",
"jsdom-global": "3.0.2",
"minimist": "1.2.0",
"mocha": "5.2.0",
"postcss-reporter": "6.0.1",
"postcss-scss": "2.0.0",
"prettier": "1.16.1",
"sass": "1.45.1",
"stylelint": "9.10.1",
"stylelint-config-prettier": "4.0.0",
"stylelint-config-standard": "18.2.0",
"stylelint-prettier": "1.0.6",
"terser-webpack-plugin": "1.2.1",
"through2": "3.0.0",
"uglifyjs-webpack-plugin": "2.1.1",
"webpack": "4.29.0",
"webpack-stream": "5.2.1"
},
"license": "UNLICENSED",
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"IE 11"
]
}
}