-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 903 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 903 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
31
32
{
"name": "userinterface",
"version": "1.0.0",
"description": "User interface of the Reality Editor",
"devDependencies": {
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^8.57.0",
"jsdoc": "^4.0.4",
"vite": "^5.4.10",
"vitest": "^2.0.1"
},
"scripts": {
"pre-test-setup": "cp src/motionStudy/config.js.template src/motionStudy/config.js",
"test": "npm run lint",
"lint": "eslint .",
"build": "vite build && cp -r svg css png thirdPartyCode src dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PTCInc/RE-userinterface.git"
},
"author": "Reality Editor Team",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/PTCInc/RE-userinterface/issues"
},
"homepage": "https://github.com/PTCInc/RE-userinterface#readme",
"dependencies": {
"@microsoft/teams-js": "^2.29.0",
"ml-matrix": "^6.12.0"
}
}