-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.26 KB
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
{
"name": "theme-mix",
"version": "1.3.0",
"author": "FrontendMatter <contact@frontendmatter.com> (http://www.frontendmatter.com)",
"dependencies": {
"async": "^3.2.0",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.2.2",
"del": "^5.1.0",
"front-matter-loader": "^0.2.0",
"fs-simple-cache": "^1.2.0",
"jsbeautify-loader": "^0.3.0",
"laravel-mix": "4.0.4",
"lodash.merge": "^4.6.0",
"merge-config": "^2.0.0",
"node-sass": "^4.14.1",
"nunjucks-html-loader": "github:lazabogdan/nunjucks-html-loader#front-matter",
"object-assign": "^4.1.1",
"postcss-rtl": "^1.7.3",
"sass": "^1.26.10",
"sass-loader": "^7.3.1",
"vnu-jar": "^20.6.30",
"webpack-sources": "^1.4.3",
"yargs": "^16.0.3"
},
"description": "Webpack config for FrontendMatter HTML Themes",
"main": "webpack.mix.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMatter/theme-mix.git"
},
"keywords": [
"laravel-mix",
"webpack"
],
"bugs": {
"url": "https://github.com/FrontendMatter/theme-mix/issues"
},
"homepage": "https://github.com/FrontendMatter/theme-mix#readme"
}