-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 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
{
"name": "ic-avatarcreator",
"version": "0.0.1",
"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": {
"@dfinity/agent": "0.9.3",
"@dfinity/auth-client": "0.9.3",
"@dfinity/authentication": "0.9.3",
"@dfinity/candid": "0.9.3",
"@dfinity/identity": "0.9.3",
"@dfinity/principal": "0.9.3",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.6.3",
"@pixiv/three-vrm": "^0.6.11",
"@psychedelic/dab-js": "^1.3.6",
"@react-three/drei": "^7.12.5",
"@react-three/fiber": "^7.0.7",
"@types/three": "^0.141.0",
"atlasavatarcreator": "^0.0.5",
"buffer": "^6.0.3",
"html2canvas": "^1.4.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"sass": "^1.52.3",
"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.1",
"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"
}
}