-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 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
35
36
37
38
39
40
41
{
"name": "@dinkie-icons/react",
"version": "0.4.6",
"author": "Xiangdong Zeng <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/atelier-anchor/dinkie-icons.git",
"directory": "packages/react"
},
"bugs": {
"url": "https://github.com/atelier-anchor/dinkie-icons/issues"
},
"files": [
"dist/"
],
"type": "module",
"module": "./dist/dinkie-icons-react.js",
"main": "./dist/dinkie-icons-react.js",
"exports": {
".": {
"import": "./dist/dinkie-icons-react.js",
"require": "./dist/dinkie-icons-react.cjs",
"types": "./dist/index.d.ts"
}
},
"scripts": {
"build": "vite build"
},
"dependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.11",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.4",
"vite-plugin-dts": "4.0.0-beta.1"
}
}