-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "@dr-kobros/react-webfont-loader",
"version": "2.0.0",
"description": "Webfontloader for React",
"main": "lib/index.js",
"scripts": {
"lint": "eslint src",
"build": "NODE_ENV=production babel src -d lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/pekkis/react-webfont-loader.git"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-preset-react-app": "^0.2.1",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.4.1"
},
"keywords": [
"React",
"Webfontloader",
"Fonts",
"Webfonts"
],
"author": "pekkis",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/pekkis/react-webfont-loader/issues"
},
"homepage": "https://github.com/pekkis/react-webfont-loader#readme",
"dependencies": {
"prop-types": "^15.5.8",
"react": "^15",
"webfontloader": "^1.6.27"
}
}