-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 992 Bytes
/
package.json
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
{
"name": "vote-gov-nvrf-app",
"private": true,
"version": "0.1.0",
"type": "commonjs",
"scripts": {
"install": "vite build",
"start": "vite",
"dev": "vite",
"pages": "vite build --outDir _site",
"build": "vite build",
"lint": "eslint src --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@trussworks/react-uswds": "^9.1.0",
"@types/react": "^18.2.36",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react": "^4.3.4",
"dompurify": "^3.2.3",
"downloadjs": "^1.4.7",
"pdf-lib": "^1.17.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.5",
"vite": "^6.0.3"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0"
}
}