-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 951 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 951 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
{
"name": "css-showcase",
"version": "1.0.0",
"description": "> An interactive showcase of CSS capabilities - from fundamentals to cutting-edge features. Pure CSS, no frameworks. > > <img width=\"1439\" height=\"850\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9fbd1b1d-e574-43a0-b77a-f35d048e7a5e\" />",
"main": "index.js",
"scripts": {
"audit": "node test-audit.js",
"test": "node test-audit.js",
"visual-test": "node visual-test.js",
"screenshots": "node visual-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThomasJButler/css-showcase.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThomasJButler/css-showcase/issues"
},
"homepage": "https://github.com/ThomasJButler/css-showcase#readme",
"devDependencies": {
"puppeteer": "^24.24.0"
},
"dependencies": {
"playwright": "^1.58.0"
}
}