-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.22 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
49
50
51
52
53
{
"name": "solid-native",
"version": "0.1.2",
"description": "Use solid.js to develop native mobile applications",
"info": "Solid Native expands the Solid ecosystem to include development of native mobile applications.",
"main": "dist/index.js",
"homepage": "https://solid-native.t6.fyi/",
"repository": "https://github.com/tjjfvi/solid-native",
"keywords": [
"solid",
"solidjs",
"ui",
"reactive",
"react-native",
"ios",
"android",
"solidhack",
"best_ecosystem"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fmt": "prettier --write src",
"build": "tsc",
"prepack": "npm run build"
},
"author": "tjjfvi <t6@t6.fyi>",
"contributors": [
{
"name": "tjjfvi",
"email": "t6@t6.fyi"
},
{
"name": "vjjft",
"email": "vjjft@vjjft.com"
}
],
"license": "MIT",
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@babel/template": "^7.16.7",
"babel-preset-solid": "^1.3.13",
"solid-js": "^1.3.14"
},
"peerDependencies": {
"react": "^17.0.0"
},
"devDependencies": {
"@types/react": "^17.0.43",
"prettier": "^2.6.2",
"ts-node": "^10.7.0",
"typescript": "^4.6.2"
}
}