-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 897 Bytes
/
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
{
"name": "@ornery/web-components",
"version": "2.0.0",
"description": "WebComponents html loader and optional runtime mixins to enable creation of custom HTML elements using es6 template literal syntax in *.html files.",
"main": "index.js",
"scripts": {
"docs": "jsdoc2md src/loaders/*.js src/*.js > README.md"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"es6-templates": "^0.2.3",
"fastparse": "^1.1.1",
"html-minifier": "^3.5.8",
"html-webpack-plugin": "^3.2.0",
"loader-utils": "^1.1.0",
"node-sass": "^6.0.0",
"sass": "^1.34.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-babel": "^9.0.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-jsdoc": "^15.8.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^5.0.0"
},
"peerDependencies": {
"node-sass": "^4.13.1"
}
}