-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
44 lines (42 loc) · 1 KB
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": "test-automation-dashboard",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"lucide-react": "^0.263.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^6.4.1"
},
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}
{
"name": "test-automation-dashboard",
"version": "1.0.0",
"description": "A modern React test automation dashboard for visualizing multi-suite test runs.",
"author": "Chase Dustin",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/copperdruid/TestScope.git"
},
"bugs": {
"url": "https://github.com/copperdruid/TestScope/issues"
},
"homepage": "https://github.com/copperdruid/TestScope#readme"
}