-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.16 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
{
"_from": "@tldraw/[email protected]",
"_id": "@tldraw/[email protected]",
"_inBundle": false,
"_integrity": "sha512-P27o5f2wp9fdo9TX90C3y85rm0EeaH9Rx2wTf0YZ2UMBbbuRqlBzds+H/CrWPTzWjxZ5T4Eert64r2eT4hXtXg==",
"_location": "/@tldraw/assets",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@tldraw/[email protected]",
"name": "@tldraw/assets",
"escapedName": "@tldraw%2fassets",
"scope": "@tldraw",
"rawSpec": "3.5.1",
"saveSpec": null,
"fetchSpec": "3.5.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmmirror.com/@tldraw/assets/-/assets-3.5.1.tgz",
"_shasum": "29be301d35a9f974af4ca05e177615b5ea8928ad",
"_spec": "@tldraw/[email protected]",
"_where": "/home/zhaouv/e/git/testgit/tldraw-inline/tsx-vite-test",
"author": {
"name": "tldraw Inc.",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/tldraw/tldraw/issues"
},
"bundleDependencies": false,
"dependencies": {
"@tldraw/utils": "3.5.1"
},
"deprecated": false,
"description": "A tiny little drawing app (assets).",
"devDependencies": {
"lazyrepo": "0.0.0-alpha.27",
"ts-node-dev": "^1.1.8",
"typescript": "~5.4.2"
},
"files": [
"embed-icons",
"icons",
"fonts",
"translations",
"imports.js",
"imports.d.ts",
"imports.vite.js",
"imports.vite.d.ts",
"selfHosted.js",
"selfHosted.d.ts",
"types.d.ts",
"urls.js",
"urls.d.ts",
"utils.js",
"utils.d.ts"
],
"homepage": "https://tldraw.dev",
"jest": {
"preset": "../../internal/config/jest/node/jest-preset.js",
"setupFiles": [
"raf/polyfill"
],
"moduleNameMapper": {
"^~(.*)": "<rootDir>/src/$1"
}
},
"keywords": [
"tldraw",
"drawing",
"app",
"development",
"whiteboard",
"canvas",
"infinite"
],
"license": "SEE LICENSE IN LICENSE.md",
"name": "@tldraw/assets",
"repository": {
"type": "git",
"url": "git+https://github.com/tldraw/tldraw.git"
},
"scripts": {
"lint": "yarn run -T tsx ../../internal/scripts/lint.ts",
"pack-tarball": "yarn pack"
},
"version": "3.5.1"
}