Skip to content

Commit 060705e

Browse files
committed
Create packages-lock.json
1 parent 3132f0d commit 060705e

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

Packages/packages-lock.json

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
{
2+
"dependencies": {
3+
"com.unity.ext.nunit": {
4+
"version": "1.0.6",
5+
"depth": 1,
6+
"source": "registry",
7+
"dependencies": {},
8+
"url": "https://packages.unity.com"
9+
},
10+
"com.unity.ide.visualstudio": {
11+
"version": "2.0.23",
12+
"depth": 0,
13+
"source": "registry",
14+
"dependencies": {
15+
"com.unity.test-framework": "1.1.9"
16+
},
17+
"url": "https://packages.unity.com"
18+
},
19+
"com.unity.ide.vscode": {
20+
"version": "1.2.5",
21+
"depth": 0,
22+
"source": "registry",
23+
"dependencies": {},
24+
"url": "https://packages.unity.com"
25+
},
26+
"com.unity.test-framework": {
27+
"version": "1.1.33",
28+
"depth": 0,
29+
"source": "registry",
30+
"dependencies": {
31+
"com.unity.ext.nunit": "1.0.6",
32+
"com.unity.modules.imgui": "1.0.0",
33+
"com.unity.modules.jsonserialize": "1.0.0"
34+
},
35+
"url": "https://packages.unity.com"
36+
},
37+
"com.unity.textmeshpro": {
38+
"version": "2.1.6",
39+
"depth": 0,
40+
"source": "registry",
41+
"dependencies": {
42+
"com.unity.ugui": "1.0.0"
43+
},
44+
"url": "https://packages.unity.com"
45+
},
46+
"com.unity.ugui": {
47+
"version": "1.0.0",
48+
"depth": 0,
49+
"source": "builtin",
50+
"dependencies": {
51+
"com.unity.modules.ui": "1.0.0",
52+
"com.unity.modules.imgui": "1.0.0"
53+
}
54+
},
55+
"com.unity.modules.imgui": {
56+
"version": "1.0.0",
57+
"depth": 0,
58+
"source": "builtin",
59+
"dependencies": {}
60+
},
61+
"com.unity.modules.jsonserialize": {
62+
"version": "1.0.0",
63+
"depth": 0,
64+
"source": "builtin",
65+
"dependencies": {}
66+
},
67+
"com.unity.modules.particlesystem": {
68+
"version": "1.0.0",
69+
"depth": 0,
70+
"source": "builtin",
71+
"dependencies": {}
72+
},
73+
"com.unity.modules.ui": {
74+
"version": "1.0.0",
75+
"depth": 0,
76+
"source": "builtin",
77+
"dependencies": {}
78+
}
79+
}
80+
}

0 commit comments

Comments
 (0)