-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 932 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
32
33
34
35
36
37
38
39
40
{
"name": "ingredients",
"version": "0.1.0",
"description": "React component library and style guide.",
"main": "index.js",
"scripts": {
"test": "jest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncua/ingredients.git"
},
"keywords": [
"react",
"components",
"style",
"guide",
"pattern",
"library"
],
"author": "Nicole Cua",
"license": "ISC",
"bugs": {
"url": "https://github.com/ncua/ingredients/issues"
},
"homepage": "https://github.com/ncua/ingredients#readme",
"dependencies": {
"react": "16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"babel-loader": "^8.1.0"
}
}