-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"version": "3.3.8",
"license": "MIT",
"main": "dist/main/index.js",
"typings": "dist/main/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"reactjs",
"notification",
"hook",
"toast",
"alert"
],
"author": "André Coelho",
"repository": {
"type": "git",
"url": "https://github.com/avrcoelho/react-hook-notification.git"
},
"bugs": {
"url": "https://github.com/avrcoelho/react-hook-notification/issues"
},
"homepage": "https://reverent-lalande-5e2160.netlify.app/",
"scripts": {
"build": "tsc",
"test": "jest --config=jest.config.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16",
"react-dom": ">=16"
},
"name": "react-hook-notification",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-essentials": "6.4.14",
"@storybook/addon-info": "5.3.21",
"@storybook/addon-links": "6.4.14",
"@storybook/addons": "6.4.14",
"@storybook/react": "6.4.14",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.4.0",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-plugin-transform-runtime": "^6.23.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "27.4.7",
"jsdom": "^19.0.0",
"prettier": "^2.5.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"storybook": "^6.4.22",
"typescript": "4.5.5"
},
"dependencies": {
"@stitches/react": "1.2.6",
"framer-motion": "6.2.1",
"react-icons": "4.3.1"
}
}