Add examples
This commit is contained in:
31
package-lock.json
generated
31
package-lock.json
generated
@@ -18,7 +18,8 @@
|
||||
"examples/characters",
|
||||
"examples/accident-counter",
|
||||
"packages/css-configuration",
|
||||
"packages/utility-belt"
|
||||
"packages/utility-belt",
|
||||
"examples/yearbook"
|
||||
],
|
||||
"devDependencies": {
|
||||
"prettier": "^3.3.3",
|
||||
@@ -102,12 +103,27 @@
|
||||
"examples/guess-the-number": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"chalk": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitest/ui": "^2.1.1",
|
||||
"vite": "^5.4.5",
|
||||
"vitest": "^2.1.1"
|
||||
}
|
||||
},
|
||||
"examples/guess-the-number/node_modules/chalk": {
|
||||
"version": "5.3.0",
|
||||
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
||||
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
||||
},
|
||||
"funding": {
|
||||
"url": "https://github.com/chalk/chalk?sponsor=1"
|
||||
}
|
||||
},
|
||||
"examples/task-list": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
@@ -153,6 +169,15 @@
|
||||
"vitest": "^2.1.1"
|
||||
}
|
||||
},
|
||||
"examples/yearbook": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@vitest/ui": "^2.1.1",
|
||||
"vite": "^5.4.5",
|
||||
"vitest": "^2.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@adobe/css-tools": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.0.tgz",
|
||||
@@ -6609,6 +6634,10 @@
|
||||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/yearbook": {
|
||||
"resolved": "examples/yearbook",
|
||||
"link": true
|
||||
},
|
||||
"packages/css-configuration": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user