-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.46 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "notification-ui-kit",
"version": "1.0.0",
"private": false,
"description": "A code repository that stores components for toasts, popups, and modals for potential future use in web development projects.",
"keywords": [
"code repository",
"code storage",
"components",
"createPortal",
"draggable",
"front-end",
"JavaScript",
"library",
"modal windows",
"modal",
"modals",
"notifications",
"pop-up windows",
"popups",
"portal",
"react",
"reusable components",
"toasts",
"user interface",
"web development"
],
"directories": {
"doc": "docs",
"test": "test"
},
"homepage": "https://github.com/vgbr-dev/notification-ui-kit#readme",
"bugs": {
"url": "https://github.com/vgbr-dev/notification-ui-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vgbr-dev/notification-ui-kit.git"
},
"author": {
"name": "Victor Giovanni Beltrán Rodríguez",
"email": "[email protected]",
"url": "https://vgbr-dev.blogspot.com"
},
"contributors": [
{
"name": "Victor Giovanni Beltrán Rodriguez",
"email": "[email protected]",
"url": "https://vgbr-dev.blogspot.com"
}
],
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.4.3",
"eslint-config-prettier": "^8.8.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.5",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"stylelint": "^15.6.2",
"stylelint-config-idiomatic-order": "^9.0.0",
"stylelint-config-standard": "^33.0.0",
"vite": "^4.3.2"
}
}