-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.3 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
{
"name": "@jouwomgeving/storybook-addon-fonts",
"version": "0.0.1",
"description": "font decorator for storybook",
"main": "dist/index.js",
"scripts": {
"prepublish": "node .scripts/npm-prepublish.js",
"storybook": "start-storybook -p 9001",
"test": "jest --coverage --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jouwomgeving/storybook-addon-fonts.git"
},
"keywords": [
"storybook",
"google fonts",
"fonts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jbovenschen/storybook-addon-fonts/issues"
},
"homepage": "https://github.com/jbovenschen/storybook-addon-fonts#readme",
"devDependencies": {
"@kadira/storybook": "^2.20.1",
"babel-cli": "^6.14.0",
"babel-jest": "^15.0.0",
"babel-polyfill": "^6.13.0",
"babel-preset-react-app": "^0.2.1",
"faker": "^3.1.0",
"jest": "^15.1.1",
"lodash": "^4.16.2",
"react": "^15.3.1",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"shelljs": "^0.7.4"
},
"peerDependencies": {
"@kadira/storybook-addons": "^1.5.0",
"react": "^0.14.7 || ^15.0.0",
"react-dom": "^0.14.7 || ^15.0.0"
},
"dependencies": {
"google-fonts-complete": "^1.1.0",
"webfontloader": "^1.6.27",
"js-search": "^1.3.3"
}
}