-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 712 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 712 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": "ncrs-editor",
"private": true,
"version": "0.1.0",
"type": "module",
"main": "./dist/ncrs-editor.js",
"scripts": {
"install": "vite build --config vite-lib.config.js",
"dev": "vite",
"dev-host": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@m3e/core": "^1.1.2",
"@m3e/tooltip": "^1.1.2",
"@simonwep/pickr": "^1.9.1",
"ajv": "^8.17.1",
"color": "^4.2.3",
"context-filter-polyfill": "^0.3.23",
"idb-keyval": "^6.2.1",
"interactjs": "^1.10.27",
"lit": "^3.2.0",
"panzoom": "^9.4.3",
"sortablejs": "^1.15.6",
"three": "^0.167.1",
"uuid": "^11.1.0",
"vite": "^5.4.1"
}
}