Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions resources/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
4 changes: 4 additions & 0 deletions resources/editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
4 changes: 4 additions & 0 deletions resources/newssite/news-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"name": "news-next",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
4 changes: 4 additions & 0 deletions resources/newssite/news-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
"http-server": "^14.1.1",
"news-site-css": "file:../news-site-css",
"uuid": "^9.0.0"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
}
}
2 changes: 1 addition & 1 deletion resources/newssite/news-site-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Thorsten Kober",
"license": "ISC",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions resources/react-stockcharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "react-stockcharts-bench",
"private": true,
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
"start": "react-scripts start",
"build": "rm -rf build && react-scripts build"
Expand Down
6 changes: 5 additions & 1 deletion resources/scripts/sanitize-language/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"name": "sanitize-language",
"version": "1.0.0",
"description": "A script to parse files for non-inclusive words.",
"main": "index.js"
"main": "index.js",
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
}
}
6 changes: 5 additions & 1 deletion resources/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"name": "speedometer-utils",
"version": "1.0.0",
"description": "Utility files for Speedometer & Workloads"
"description": "Utility files for Speedometer & Workloads",
"engines": {
"node": ">=18.13.0",
"npm": ">=8.19.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC complex app written with Angular.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with Angular.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with backbone.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with backbone.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "todomvc-jquery-complex",
"private": true,
"engines": {
"node": ">=18.13.0",
"npm": ">=8.19.3"
},
"scripts": {
"build": "node scripts/build.js",
"serve": "http-server ./dist -p 7002 -c-1 --cors"
Expand Down
4 changes: 4 additions & 0 deletions resources/todomvc/architecture-examples/jquery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "todomvc-jquery",
"private": true,
"engines": {
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
"dev": "http-server . -p 7001 -c-1 --cors",
"build": "node scripts/build.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lit-complex",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/architecture-examples/lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"type": "module",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC complex app written with Preact.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with Preact.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with React.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with React-Redux.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with React-Redux.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/architecture-examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with React.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with Svelte.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with Svelte.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC complex app written with Vue.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/architecture-examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "TodoMVC app written with Vue.",
"private": true,
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/big-dom-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Complex DOM generator to embed TodoMVC in a static HTML page",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion resources/todomvc/todomvc-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Thorsten Kober",
"license": "ISC",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with JavaScript es5 features.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with JavaScript es5 features.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with JavaScript es6 features.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with JavaScript es6 features.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC complex app written with JavaScript using web components.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "TodoMVC app written with JavaScript using web components.",
"engines": {
"node": ">=18.13.0",
"node": ">=22.0.0",
"npm": ">=8.19.3"
},
"private": true,
Expand Down
Loading