-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 884 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
36
37
38
39
40
41
42
43
{
"name": "native-skeleton",
"description": "ReactJS package for implementing skeleton components.",
"version": "0.0.7",
"author": "Mr Sharafdin",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://www.sharafdin.com/",
"repository": {
"type": "git",
"url": "https://github.com/sharafdin/native-skeleton.git"
},
"keywords": [
"native-skeleton",
"react",
"frontend"
],
"files": [
"LICENSE",
"README.md",
"dist/"
],
"scripts": {
"build": "tsup"
},
"bugs": {
"url": "https://github.com/sharafdin/native-skeleton/issues"
},
"dependencies": {
"react": "^18.2.0",
"yonode": "^1.0.0"
},
"devDependencies": {
"@types/react": "^18.2.79",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
}
}