-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
54 lines (54 loc) · 1.57 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
{
"name": "avatarcreator",
"version": "0.2.6",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
"lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
"lint:prettier": "prettier --check \"**/*\" --end-of-line auto"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.6.3",
"@mui/styles": "^5.10.3",
"@pixiv/three-vrm": "^0.6.11",
"@react-three/drei": "^7.12.5",
"@react-three/fiber": "^7.0.7",
"@hookstate/core": "3.0.12",
"atlasavatarcreator": "^0.0.5",
"axios": "^0.27.2",
"buffer": "^6.0.3",
"canvas": "^2.9.3",
"ethers": "^5.7.0",
"html2canvas": "^1.4.1",
"jest-environment-jsdom": "^28.1.3",
"js-sha256": "^0.9.0",
"jsdom": "^20.0.0",
"moralis": "^2.2.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-moralis": "^1.4.1",
"sass": "^1.54.9",
"three": "^0.141.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/three": "^0.141.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-react-refresh": "^1.3.6",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"prettier": "^2.3.2",
"typescript": "^4.6.3",
"vite": "^2.4.4",
"vite-plugin-dts": "^1.2.0"
}
}