-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.22 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
{
"name": "inbeat-website",
"version": "1.0.0",
"description": "Find qualified influencers that meet your standards on Instagram and TikTok.",
"main": "no",
"scripts": {
"test": "none",
"generate": "node createMdFilesFromGhost.js",
"prod": "npm run generate && gulp prod",
"watch": "gulp watch",
"watch-article": "gulp watch-article",
"dev": "gulp dev && hugo serve"
},
"repository": {
"type": "git",
"url": "none"
},
"keywords": [
"hugo",
"images"
],
"author": "Akia Marketing",
"license": "MIT",
"devDependencies": {
"@tryghost/content-api": "^1.4.13",
"browser-sync": "^2.26.12",
"dotenv": "^8.2.0",
"fs-extra": "^9.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.3",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"js-yaml": "^3.13.1",
"node-sass": "^4.14.1",
"pretty": "^2.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 ie version"
]
}
}