-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
40 lines (40 loc) · 1.08 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
{
"description": "Polymer and Sass custom styles/mixins for applying D2L typography",
"repository": {
"type": "git",
"url": "https://github.com/BrightspaceUI/typography.git"
},
"name": "@brightspace-ui/typography",
"scripts": {
"start": "web-dev-server --node-resolve --watch --open --app-index demo/index.html",
"lint": "npm run lint:js",
"lint:js": "eslint . --ext .js,.html demo/**/*.html"
},
"author": "D2L Corporation",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7",
"@babel/eslint-parser": "^7",
"@web/dev-server": "^0.1",
"eslint": "^8",
"eslint-config-brightspace": "^0.16",
"eslint-plugin-html": "^6",
"eslint-plugin-import": "^2",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1"
},
"version": "9.0.1",
"main": "d2l-typography.js",
"files": [
"d2l-typography-shared-styles.js",
"d2l-typography.js",
"d2l-typography.scss"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"@brightspace-ui/core": "^3",
"@polymer/polymer": "^3.0.0"
}
}