-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 939 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 939 Bytes
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
{
"name": "javascript-and-web-development",
"version": "3.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "John Paxton <pax@speedingplanet.com>",
"license": "ISC",
"description": "",
"engines": {
"node": ">=22"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@playwright/test": "~1.55.0",
"@speedingplanet/eslint-config": "^0.0.9",
"eslint": "^9.36.0",
"eslint-plugin-qunit": "^8.2.5",
"globals": "^16.4.0",
"http-server": "^14.1.1",
"json-server": "^0.17.4",
"karma": "^6.4.4",
"karma-qunit": "^4.2.1",
"msw": "^2.11.3",
"nodemon": "^3.1.10",
"prettier": "^3.6.2",
"qunit": "~2.24.1",
"requirejs": "^2.3.7",
"sinon": "^21.0.0",
"vite": "^7.1.7"
},
"workspaces": [
"javascript-demos",
"javascript-labs/class-app"
],
"dependencies": {
"chalk": "^5.6.2",
"lodash-es": "^4.17.21"
}
}