-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "@letea/react",
"version": "0.7.1",
"description": "A react library for component & hooks.",
"main": "src/index.js",
"scripts": {
"start": "start-storybook -p 6006",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"readme": "node .readme"
},
"author": "letea",
"dependencies": {
"@letea/functions": "^2.0.3",
"clipboard": "^2.0.6",
"highlight.js": "^10.1.2",
"prettier": "^2.2.1",
"screenfull": "^5.0.2",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@letea/prettier-config": "^0.0.6",
"@quilicicf/markdown-formatter": "^3.0.2",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/addons": "^6.0.21",
"@storybook/react": "^6.0.21",
"babel-loader": "^8.1.0",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.20.6",
"glob": "^7.1.6",
"nodemon": "2.0.4"
},
"prettier": "@letea/prettier-config",
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/IamLeTea/react-library.git"
},
"homepage": "https://github.com/IamLeTea/react-library"
}