-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 848 Bytes
/
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
{
"name": "ssdvr",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@types/babel__core": "^7.20.5",
"@types/node": "^20.12.7",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"@codemirror/autocomplete": "^6.17.0",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@types/three": "^0.163.0",
"codemirror": "^6.0.1",
"core-js": "^3.37.1",
"events": "^3.3.0",
"strict-event-emitter-types": "^2.0.0",
"three": "^0.163.0",
"typescript-language-server": "^4.3.3",
"vscode-languageserver-protocol": "^3.17.5"
}
}