-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.41 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": "manny",
"version": "4.0.4",
"description": "npm package for importing @mannynotfound into your website.",
"main": "dist/manny.js",
"typings": "dist/manny.d.ts",
"scripts": {
"dev": "cd example && npm start",
"lint": "eslint \"*/**/*.{js,ts,tsx}\" --fix",
"build": "rollup -c",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/mannynotfound/manny.git"
},
"author": "@mannynotfound",
"license": "WTFPL",
"devDependencies": {
"@react-three/drei": ">=8 && <9",
"@react-three/fiber": ">=7",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.2.0",
"@types/three": "^0.143.0",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"esbuild": "^0.17.18",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"rollup": "^3.21.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-esbuild": "^5.0.0",
"three-stdlib": "^2.21.10",
"typescript": "^5.0.4"
},
"peerDependencies": {
"@react-three/drei": ">=8 && <9",
"@react-three/fiber": ">=7",
"react": ">=18",
"three": ">=0.138"
},
"keywords": [
"manny",
"three.js",
"react-three-fiber"
],
"homepage": "https://mannynotfound.github.io",
"dependencies": {}
}