This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
124 lines (124 loc) · 3.74 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "galacean-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "^7.16.0",
"@babel/standalone": "^7.19.3",
"@galacean/editor-ui": "0.0.2",
"@galacean/engine": "^1.2.0-beta.0",
"@galacean/engine-lottie": "^1.1.0-beta.0",
"@galacean/engine-physics-lite": "^1.2.0-beta.0",
"@galacean/engine-physics-physx": "^1.2.0-beta.0",
"@galacean/engine-shader-lab": "^1.2.0-beta.0",
"@galacean/engine-spine": "^1.1.0-beta.21",
"@galacean/engine-toolkit": "^1.2.0-beta.0",
"@galacean/engine-toolkit-input-logger": "^1.2.0-beta.0",
"@galacean/engine-xr": "^1.2.0-alpha",
"@galacean/engine-xr-webxr": "^1.2.0-alpha",
"@galacean/tools-baker": "^1.2.0-beta.0",
"@jsdevtools/rehype-toc": "^3.0.2",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-icons": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@react-types/combobox": "^3.5.5",
"@react-types/shared": "^3.16.0",
"@stackblitz/sdk": "^1.8.0",
"@stitches/react": "^1.2.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@tweenjs/tween.js": "^18.6.4",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.62",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"dat.gui": "^0.7.9",
"hast-util-is-element": "^2.1.2",
"hast-util-to-html": "^8.0.3",
"iconoir-react": "^6.11.0",
"lodash": "^4.17.21",
"lz-string": "^1.4.4",
"mermaid": "^10.5.1",
"moment": "^2.29.4",
"prismjs": "^1.29.0",
"qrcode.react": "^3.1.0",
"rc-queue-anim": "^2.0.0",
"react": "^18.2.0",
"react-aria": "^3.21.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-infinite-scroller": "^1.2.6",
"react-intl": "^6.1.1",
"react-markdown": "^8.0.3",
"react-media": "^1.10.0",
"react-router-dom": "^6.4.1",
"react-scroll": "^1.8.7",
"react-stately": "^3.19.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-toc": "^8.0.1",
"simple-dropzone": "^0.8.1",
"typescript": "^4.8.3",
"unist-util-visit": "^4.1.1",
"vite": "^3.1.6"
},
"scripts": {
"dev": "vite --host",
"build": "vite build && node ./scripts/build.js",
"deploy": "gh-pages -d dist",
"playground": "vite serve playground/.dev --config playground/.dev/vite.config.js",
"excel": "node ./scripts/md2excel.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/babel__standalone": "^7.1.4",
"@types/lodash": "^4.14.186",
"@types/lz-string": "^1.3.34",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-helmet": "^6.1.5",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-scroll": "^1.8.4",
"@types/react-syntax-highlighter": "^15.5.5",
"fs-extra": "^10.1.0",
"gh-pages": "^4.0.0",
"js-yaml": "^4.1.0",
"less": "^4.1.3",
"sass": "^1.55.0",
"xlsx": "^0.18.5"
},
"babel": {
"presets": [
"react-app"
]
},
"repository": "git@github.com:JujieX/oasis-engine.github.io.git"
}