forked from webaverse-studios/CharacterCreator
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.76 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
54
55
56
57
58
59
60
{
"name": "@webaverse-studios/charactercreator",
"version": "0.2.6",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"lint": "npm run lint:js && npm run lint:prettier",
"lint:js": "eslint --cache --ext .js,.jsx ./src",
"lint:prettier": "prettier --check \"**/*\" --end-of-line auto"
},
"dependencies": {
"@ethersproject/providers": "^5.5.1",
"@pixiv/three-vrm": "^1.0.6",
"@react-spring/three": "^9.2.4",
"@use-gesture/react": "^10.0.0-beta.22",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^3.0.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.1.9",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"cuid": "^3.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"ethers": "^5.7.0",
"events": "^3.3.0",
"gsap": "^3.11.3",
"html2canvas": "^1.4.1",
"load-script": "^1.0.0",
"postprocessing": "^6.29.1",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"sepia-speechrecognition-polyfill": "^1.0.0",
"short-uuid": "^4.2.0",
"styled-components": "^5.3.1",
"three": "^0.148.0",
"three-mesh-bvh": "^0.5.21",
"use-sound": "^4.0.1",
"vite-plugin-mkcert": "^1.10.1",
"vite-react-jsx": "1.1.2",
"wrangler": "^2.6.2",
"zustand": "^3.5.10"
},
"peerDependencies": {
"three": "^0.148.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint": "^8.30.0",
"eslint-plugin-no-inline-styles": "^1.0.5",
"eslint-plugin-react": "^7.31.11",
"prettier": "^2.3.2",
"vite": "^4.0.0"
}
}