-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 764 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 764 Bytes
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
{
"name": "@realsee/five_typescript_tutorial",
"version": "0.0.0",
"description": "@realsee/five 使用 typescript 教程",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"private": true,
"author": "realsee.com",
"license": "ISC",
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.4.3",
"vite": "^2.5.8"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@realsee/five": "^5.0.0-alpha.40",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.117.1"
}
}