-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 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
{
"name": "@affandra-solusi-teknologi/tumpaksewu",
"version": "1.1.0",
"description": "A package that makes it easy to create cascading dropdowns in nextjs.",
"main": "dist/index.js",
"scripts": {
"build": "bunchee ./src/index.jsx -f cjs -o ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/affandra-solusi-teknologi/tumpaksewu.git"
},
"bugs": {
"url": "https://github.com/affandra-solusi-teknologi/tumpaksewu/issues"
},
"homepage": "https://github.com/affandra-solusi-teknologi/tumpaksewu#readme",
"keywords": [
"react",
"nextjs",
"cascading-dropdown"
],
"license": "MIT",
"peerDependencies": {
"next": ">= 6.0.0",
"react": ">= 16.0.0"
},
"devDependencies": {
"@types/react": "^18.2.7",
"bunchee": "^3.2.0",
"react": "^18.2.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4"
}
}