-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 897 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
{
"name": "@nativescript-community/solid-js",
"version": "0.1.1",
"description": "SolidJS to work with NativeScript",
"main": "src/index.js",
"types": "index.d.ts",
"scripts": {},
"keywords": [
"{N}",
"DOM",
"DOMiNATIVE",
"Solid",
"SolidJS",
"NativeScript",
"native"
],
"author": "Yukino Song",
"license": "MIT",
"repository": "nativescript-community/solid-js",
"bugs": "https://github.com/nativescript-community/solid-js/issues",
"homepage": "https://github.com/nativescript-community/solid-js",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9"
},
"peerDependencies": {
"@babel/preset-typescript": "^7.23.3",
"babel-preset-solid": "^1.8.9",
"dominative": "^0.1.2",
"solid-js": "^1.8.11"
},
"publishConfig": {
"access": "public"
}
}