forked from usebedrock/bedrock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.37 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "bedrock",
"version": "1.39.2",
"description": "Static site generator to easily make HTML prototypes",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build",
"build-prod": "NODE_ENV=production gulp build"
},
"bin": {
"bedrock": "./core/cli/bedrock"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usebedrock/bedrock.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/usebedrock/bedrock/issues"
},
"homepage": "https://bedrockapp.org",
"devDependencies": {
},
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"autoprefixer": "^9.8.6",
"babel-plugin-prismjs": "^2.0.1",
"babel-preset-es2015": "^6.24.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.14",
"browserify": "^16.5.2",
"cached-path-relative": ">=1.0.2",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.10",
"clipboard": "^1.5.3",
"del": "^5.1.0",
"directory-tree": "^2.2.7",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"front-matter": "^3.2.1",
"fs": "0.0.1-security",
"glob": "^7.1.7",
"globby": "^11.0.4",
"gulp": "^4.0.2",
"gulp-bro": "^2.0.0",
"gulp-cached": "^1.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.2.0",
"gulp-filter": "^3.0.1",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-jade-recursive": "^1.0.1",
"gulp-jsbeautifier": "^3.0.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-purgecss": "^4.0.3",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^2.0.1",
"gulp-util": "^3.0.7",
"gulplog": "^1.0.0",
"html-to-jsx": "0.0.4",
"html2jsx": "^0.1.0",
"icon-font-generator": "^2.1.11",
"jquery": "^3.6.0",
"js-beautify": "^1.14.0",
"jsdom": "^16.6.0",
"lodash": "^4.17.21",
"marked": "^0.8.2",
"mkdirp": "^0.5.1",
"moment": "^2.29.1",
"natives": "^1.1.6",
"node-notifier": "^6.0.0",
"postcss": "^8.3.4",
"postcss-import": "^14.0.2",
"prismjs": "^1.24.0",
"pug": "^2.0.4",
"run-sequence": "^2.2.1",
"through2": "^4.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}