-
Notifications
You must be signed in to change notification settings - Fork 483
/
package-lock.json
133 lines (133 loc) · 3.55 KB
/
package-lock.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@tuskdesign/source",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@tuskdesign/source",
"version": "1.0.0",
"license": "ISC",
"workspaces": [
"packages/*"
],
"devDependencies": {
"tslib": "^2.8.0",
"typescript": "~5.5.2"
}
},
"apps/demo": {
"name": "@tuskdesign/demo",
"version": "0.0.0",
"extraneous": true,
"dependencies": {
"@tuskdesign/buttons": "*",
"@tuskdesign/forms": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
},
"node_modules/@tuskdesign/animals": {
"resolved": "packages/animals",
"link": true
},
"node_modules/@tuskdesign/names": {
"resolved": "packages/names",
"link": true
},
"node_modules/@types/node": {
"version": "18.16.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.9.tgz",
"integrity": "sha512-IeB32oIV4oGArLrd7znD2rkHQ6EDCM+2Sr76dJnrHwv9OHBTTM6nuDLK9bmikXzPa0ZlWMWtRGo/Uw4mrzQedA==",
"dev": true
},
"node_modules/tslib": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz",
"integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==",
"dev": true
},
"node_modules/typescript": {
"version": "5.5.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"packages/animals": {
"name": "@tuskdesign/animals",
"version": "1.2.0",
"license": "ISC",
"devDependencies": {
"@types/node": "18.16.9",
"typescript": "~5.5.2"
}
},
"packages/buttons": {
"name": "@tuskdesign/buttons",
"version": "1.2.0",
"extraneous": true,
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.16.9",
"tsup": "6.2.2",
"typescript": "~5.5.2"
}
},
"packages/forms": {
"name": "@tuskdesign/forms",
"version": "1.2.0",
"extraneous": true,
"license": "ISC",
"dependencies": {
"@tuskdesign/buttons": "1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"tsup": "6.2.2",
"typescript": "^4.6.4"
}
},
"packages/names": {
"name": "@tuskdesign/names",
"version": "1.2.0",
"license": "ISC",
"devDependencies": {
"@types/node": "18.16.9",
"typescript": "~5.5.2"
}
},
"packages/util": {
"name": "@tuskdesign/util",
"version": "1.2.0",
"extraneous": true,
"license": "ISC",
"devDependencies": {
"typescript": "^4.6.4"
}
}
}
}