-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.18 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.18 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
{
"name": "primer-react-app",
"private": true,
"version": "1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@generouted/react-router": "^1.19.11",
"@primer/octicons-react": "^19.21.1",
"@primer/primitives": "^11.3.2",
"@primer/react": "^38.7.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-is": "^19.2.0",
"react-router-dom": "^7.12.0",
"styled-components": "^6.1.19",
"web-vitals": "^5.1.0"
},
"devDependencies": {
"@csstools/postcss-global-data": "4.0.0",
"@eslint/js": "^9.35.0",
"@github/browserslist-config": "^1.0.0",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"glob": "^13.0.0",
"globals": "^17.0.0",
"postcss-preset-env": "^10.6.0",
"vite": "^7.3.2"
}
}