-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "@skinnermc/skinviewer",
"version": "1.0.0",
"description": "Minecraft Skin Viewer for React",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "babel src/ --out-dir dist/ --extensions .tsx,.jsx,.ts,.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkinnerMC/SkinViewer.git"
},
"keywords": [
"minecraft",
"skin",
"viewer",
"skinviewer"
],
"author": "MrZillaGold <Pronin Egor | [email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SkinnerMC/SkinViewer/issues"
},
"homepage": "https://github.com/SkinnerMC/SkinViewer#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/parser": "^7.17.10",
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.17.7",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "4.33.0",
"babel-loader": "^8.2.5",
"eslint-plugin-react": "^7.28.0",
"skinview3d": "^2.2.0",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "^18.0.0"
},
"files": [
"dist"
]
}