-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "realsee-open-center-framework",
"version": "0.1.0",
"private": true,
"description": "Realsee Open Center Framework",
"license": "SEE LICENSE IN TERMS.txt",
"author": "BEIKE REALSEE TECHNOLOGY (HK) LIMITED",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "tcb --config-file ./cloudbaserc.json framework deploy"
},
"dependencies": {
"@realsee/dnalogel": "2.0.0-alpha.34",
"@realsee/five": "5.0.0-alpha.134",
"@tweenjs/tween.js": "18.6.4",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"js-base64": "^3.7.2",
"next": "12.1.6",
"next-transpile-modules": "^9.0.0",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"three": "0.117.1"
},
"devDependencies": {
"@cloudbase/cli": "^2.0.3",
"@types/node": "17.0.31",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.16",
"@types/three": "^0.138.0",
"dotenv": "^16.0.1",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"sass": "^1.51.0",
"typescript": "4.6.4"
}
}