-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
{
"name": "react-custom-icons-th",
"version": "1.0.0",
"description": "React icon library with custom svg files",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.75.7"
},
"devDependencies": {
"@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
"@svgr/cli": "^5.4.0",
"@svgr/core": "^5.4.0",
"@svgr/plugin-svgo": "^5.4.0",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-typescript2": "^0.27.3",
"typescript": "^3.9.3"
},
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"generate:icons": "svgr --icon --typescript --svgo-config ./scripts/svgoConfig.json -d ./src ./resources/icons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devEbaas/react-icon-library.git"
},
"files": [
"dist"
],
"keywords": [
"react",
"icon",
"library"
],
"author": "Eduardo Baas Kauil",
"license": "ISC",
"bugs": {
"url": "https://github.com/devEbaas/react-icon-library/issues"
},
"homepage": "https://github.com/devEbaas/react-icon-library#readme"
}