-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "creeation-de",
"version": "1.0.0",
"private": true,
"description": "personal playground",
"homepage": "https://www.CREEATION.de",
"author": {
"name": "Thomas Creeten",
"email": "[email protected]",
"url": "https://creeation.de"
},
"scripts": {
"node-env": "npm list -g --depth 0"
},
"prettier": "@creeation/prettier-config",
"devDependencies": {
"@creeation/prettier-config": "^1.2.1",
"ansi-colors": "^4.1.1",
"browser-sync": "^2.26.12",
"critical": "^2.0.6",
"del": "^6.0.0",
"flat": "^5.0.2",
"globby": "^11.0.1",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-data": "^1.3.1",
"gulp-html-i18n": "^0.16.0",
"gulp-html-minifier-terser": "^6.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-inline-css": "^4.0.0",
"gulp-inline-source-html": "^1.0.3",
"gulp-postcss": "^9.0.0",
"gulp-prettier": "^3.0.0",
"gulp-pug": "^4.0.1",
"gulp-purgecss": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.0.0",
"gulplog": "^1.0.0",
"postcss": "^8.1.1",
"postcss-calc": "^7.0.5",
"postcss-functions": "^3.0.0",
"postcss-hidden": "^1.0.7",
"postcss-import": "^12.0.1",
"postcss-mixins": "^8.1.0",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^7.0.1",
"prettier-plugin-style-order": "^0.2.2",
"pump": "^3.0.0",
"require-folder": "^1.0.0",
"uncss": "^0.17.3",
"url": "^0.11.0"
}
}