-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
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
{
"name": "@lineiconshq/react-native-lineicons",
"version": "0.0.3",
"type": "module",
"description": "React Native components for LineIcons - Free and Pro icon library",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/LineiconsHQ/lineicons-react-native"
},
"files": [
"dist"
],
"keywords": [
"react-native",
"icons",
"lineicons",
"components",
"free",
"pro",
"premium",
"ui"
],
"author": "LineIcons",
"license": "MIT",
"homepage": "https://lineicons.com",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-native": ">=0.60.0",
"react-native-svg": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@lineiconshq/free-icons": "^0.0.1"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^19.0.0",
"@types/react-native": "^0.72.0",
"rollup": "^4.9.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"tslib": "^2.5.0",
"typescript": "^5.3.0"
},
"publishConfig": {
"access": "public"
}
}