forked from dsp-testing/dependabot-grouped-updates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 725 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 725 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
{
"name": "dependabot-test-project",
"version": "1.0.0",
"description": "Minimal project to test dependabot grouped updates configuration",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"vite": "^4.0.0",
"vite-plugin-react": "^3.0.0",
"react": "^19.2.4",
"react-dom": "^18.0.0",
"express": "^4.18.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^3.0.0",
"typescript": "^4.9.0",
"eslint": "^8.0.0"
},
"keywords": ["dependabot", "testing", "vite"],
"author": "Test Author",
"license": "MIT"
}