rn-shiki 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -3
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "rn-shiki",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.3",
|
5
5
|
"description": "Shiki syntax highlighter for React Native.",
|
6
6
|
"author": "Ryan Skinner <hello@ryanskinner.com>",
|
7
7
|
"license": "MIT",
|
@@ -10,7 +10,8 @@
|
|
10
10
|
"shiki",
|
11
11
|
"syntax-highlighting",
|
12
12
|
"ios",
|
13
|
-
"android"
|
13
|
+
"android",
|
14
|
+
"web"
|
14
15
|
],
|
15
16
|
"exports": {
|
16
17
|
".": {
|
@@ -42,7 +43,9 @@
|
|
42
43
|
"shiki": "^1.1.7"
|
43
44
|
},
|
44
45
|
"dependencies": {
|
45
|
-
"shiki": "^1.1.7"
|
46
|
+
"shiki": "^1.1.7",
|
47
|
+
"tm-grammars": "^1.18.6",
|
48
|
+
"tm-themes": "^1.9.0"
|
46
49
|
},
|
47
50
|
"devDependencies": {
|
48
51
|
"@antfu/eslint-config": "^3.8.0",
|