-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.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
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
{
"name": "jungle-prototype",
"version": "1.10.5",
"description": "Static site generator to easily make HTML prototypes",
"main": "gulpfile.js",
"scripts": {
"test": "gulp build",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mono-company/bedrock.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mono-company/bedrock/issues"
},
"homepage": "https://github.com/mono-company/bedrock#readme",
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.0.15",
"babelify": "^7.2.0",
"browser-sync": "^2.9.11",
"browserify": "^12.0.1",
"cached-path-relative": ">=1.0.2",
"chalk": "^1.1.3",
"cheerio": "^1.0.0-rc.2",
"clipboard": "^1.5.3",
"codemirror": "^5.18.2",
"del": "^2.0.2",
"directory-tree": "^0.1.1",
"event-stream": "^3.3.2",
"express": "^4.16.3",
"faker": "^3.0.1",
"front-matter": "^2.0.5",
"glob": "^5.0.15",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-data": "^1.2.0",
"gulp-filter": "^3.0.1",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.0",
"gulp-jsbeautifier": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jquery": "^3.1.1",
"js-beautify": "^1.5.10",
"lodash": "^3.10.1",
"marked": "^0.3.9",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"natives": "^1.1.6",
"node-notifier": "^4.3.1",
"portfinder": "^0.4.0",
"postcss": "^5.0.10",
"pug": "^2.0.0-rc.3",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0",
"@shopify/draggable": "^1.0.0-beta.8",
"inquirer": "^0.11.0",
"tags-input": "^1.1.1"
},
"dependencies": {
"autosize": "^4.0.2",
"popper.js": "^1.14.4"
},
"bedrockVersion": "1.18.2"
}