-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.96 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
{
"name": "quizmeister9000",
"version": "0.1.0",
"description": "Quizmeister 9000",
"repository": "https://github.com/thijzert/quizmeister9000/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "echo \"Error: no dev specified\" && exit 1",
"build": "echo \"Error: no build specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-dependents": "^1.2.5",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-string-replace": "^1.1.2",
"gulp-terser": "^1.4.1",
"gulp-watch-sass": "^1.4.1",
"postcss": "^8.1.4",
"postcss-inline-svg": "^5.0.0",
"postcss-pxtorem": "^5.1.1",
"postcss-reporter": "^6.0.1",
"postcss-svgo": "^4.0.2",
"prettier": "^2.1.0",
"stylelint": "^13.6.1",
"vinyl-named": "^1.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-stream": "^5.2.1"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.1",
"acorn": "^8.0.4",
"babel-loader": "^8.1.0",
"core-js": "^3.6.5",
"eslint": "^7.12.1",
"gulp-minify": "^3.1.0",
"npm-check-updates": "^7.1.1",
"postcss-clean": "^1.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"yargs": "^15.4.1"
},
"optionalDependencies": {
"fsevents": "*"
},
"browserslist": [
"last 2 versions",
"ie 11"
],
"cssnano": {
"preset": [
"default",
{
"discardComments": {
"removeAll": true
}
}
]
}
}