-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.25 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
{
"name": "react-cascading-menu",
"version": "1.0.10",
"description": "React-Cascading-Menu is a multi-selectable cascading menu component for React, providing horizontal navigation and global search for efficient option selection.",
"main": "build",
"scripts": {
"start": "webpack serve --mode development --open --static ./example/public --entry ./example/src/index.js",
"build": "webpack --mode production --entry ./src/index.tsx --output-path ./build",
"test": "jest --watch",
"deploy": "yarn run build"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"styled-components": "^6.1.11"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
]
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.3",
"css-loader": "^6.10.0",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"postcss-styled-syntax": "^0.6.4",
"style-loader": "^3.3.4",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-plugin-styled-components": "^3.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vinayv-456/react-cascading-dropdown.git"
},
"keywords": [
"cascading",
"menu",
"react"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vinayv-456/react-cascading-dropdown/issues"
},
"homepage": "https://vinayv-456.github.io/react-cascading-menu/"
}