generated from MaybeThisIsRu/smix-eleventy-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.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
{
"name": "bill-my-pocket",
"version": "0.1.1",
"description": "List of subscriptions that are globally budget friendly, thanks to regional pricing.",
"main": "",
"scripts": {
"dev": "gulp develop",
"staging": "gulp staging",
"prod": "gulp production",
"force-prod": "NODE_ENV=production gulp production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ru Singh <[email protected]>",
"license": "GNU AGPLv3",
"devDependencies": {
"@types/browser-sync": "^2.26.1",
"@types/gulp": "^4.0.8",
"@types/gulp-postcss": "^8.0.0",
"husky": "^4.3.8",
"pretty-quick": "^2.0.2"
},
"dependencies": {
"@11ty/eleventy": "^0.10.0",
"@babel/core": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/register": "^7.13.8",
"@babel/runtime": "^7.13.9",
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.8.6",
"babelify": "^10.0.0",
"browserify": "^16.5.2",
"child_process": "^1.0.2",
"countries-list": "^2.6.1",
"cssnano": "^4.1.10",
"currency-format": "^1.0.13",
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.3",
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.2.0",
"gulp-postcss": "^8.0.0",
"gulp-uglify": "^3.0.2",
"limiter": "^1.1.5",
"lodash.merge": "^4.6.2",
"lodash.setwith": "^4.3.2",
"node-fetch": "^2.6.1",
"postcss-import": "^12.0.1",
"postcss-nesting": "^7.0.1",
"prettier": "^1.19.1",
"tailwindcss": "^1.9.6",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"browserslist": ">1%, Firefox ESR, last 2 versions"
}