-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "personalnews",
"version": "1.0.0",
"description": "Your news personalised as a timeline",
"main": "gulpfile.js",
"devDependencies": {
"critical": "^2.0.4",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-purgecss": "^3.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-stylelint": "^8.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-terser": "^1.2.0",
"gulp-uglify": "^2.0.0",
"replace-hash-in-file-webpack-plugin": "^1.0.8",
"require-dir": "^1.2.0",
"sass": "^1.49.7",
"stylelint": "^9.10.1",
"stylelint-order": "^2.2.1",
"webpack": "^4.39.3",
"webpack-cli": "^4.6.0",
"webpack-stream": "^4.0.3"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/saschadiercks/personalNews.git"
},
"author": "Sascha Diercks",
"license": "ISC",
"bugs": {
"url": "https://github.com/saschadiercks/personalNews/issues"
},
"homepage": "https://github.com/saschadiercks/personalNews#readme"
}