forked from robbiedigital/parcel-plugin-handlebars
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "parcel-plugin-handlebars-benz",
"version": "0.4.8",
"description": "Parcel plugin to compile handlebars layouts templates.",
"main": "index.js",
"scripts": {
"lint": "eslint -c .eslintrc.js 'lib/**/*.js' 'index.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenzLeung/parcel-plugin-handlebars.git"
},
"keywords": [
"parcel",
"plugin",
"handlebars",
"hbs",
"layouts",
"asset",
"build"
],
"author": "Robbie Hernandez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BenzLeung/parcel-plugin-handlebars/issues"
},
"homepage": "https://github.com/BenzLeung/parcel-plugin-handlebars#readme",
"peerDependencies": {
"front-matter": "^2.3.0",
"handlebars": "^4.0.11",
"handlebars-helpers": "^0.10.0",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^6.1.0",
"parcel-bundler": "^1.4.1"
},
"dependencies": {
"front-matter": "^2.3.0",
"globby": "^8.0.1",
"handlebars": "^4.0.11",
"handlebars-helpers": "^0.10.0",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^6.1.0",
"parcel-bundler": "^1.4.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}